- Nov 30, 2017
-
-
Christian Huitema authored
Fixed bug in closing sequence. Now ensures that the peer sends a connection_close in response to a received closing message.
-
- Nov 29, 2017
-
-
-
Christian Huitema authored
-
Christian Huitema authored
Fixing bugs found by skip frames unit test. Also, make sure the unit test will work for Linux builds.
-
Christian Huitema authored
-
- Nov 28, 2017
-
-
huitema authored
-
- Nov 27, 2017
-
-
huitema authored
-
Christian Huitema authored
-
Christian Huitema authored
-
- Nov 24, 2017
-
-
Christian Huitema authored
-
- Nov 23, 2017
-
-
Christian Huitema authored
-
-
Christian Huitema authored
-
Christian Huitema authored
Create LICENSE
-
Christian Huitema authored
-
Christian Huitema authored
-
Christian Huitema authored
-
- Nov 22, 2017
-
-
Christian Huitema authored
-
Christian Huitema authored
-
Christian Huitema authored
Force server cnx_id xmit when modifying cnx_id
-
Christian Huitema authored
Allow linux to use a listen socket per protocol
-
- Nov 21, 2017
-
-
Debabrata Banerjee authored
Modifying cnx_id implies you are doing some sort of load balancing based on cnx_id, therefore a server should always xmit cnx_id such that you can find that packet's origin later, for example if it comes back in an icmp error. Signed-off-by:
Debabrata Banerjee <dbanerje@akamai.com>
-
- Nov 15, 2017
-
-
Debabrata Banerjee authored
This allows win32 and linux to work in the same way, fixing ip addr logging Signed-off-by:
Debabrata Banerjee <dbanerje@akamai.com>
-
- Nov 12, 2017
-
-
Christian Huitema authored
-
Christian Huitema authored
-
Christian Huitema authored
-
Christian Huitema authored
-
Christian Huitema authored
-
- Nov 11, 2017
-
-
Christian Huitema authored
-
Christian Huitema authored
-
Christian Huitema authored
-
- Nov 10, 2017
-
-
Christian Huitema authored
Fixing the use of alloca, which does not work on windows. Also, fixing a test that was broken by deb's checkin.
-
-
- Nov 09, 2017
-
-
Christian Huitema authored
Connection ID modification test/demo
-
Debabrata Banerjee authored
For groups of servers behind a load balancer, the seed will have to be shared to ensure traffic that moves can be properly reset Signed-off-by:
Debabrata Banerjee <dbanerje@akamai.com>
-
Debabrata Banerjee authored
This feature is intended to show how connection ID's could be changed. For example: to encode instance specific information in the server connection id for routing purposes. Signed-off-by:
Debabrata Banerjee <dbanerje@akamai.com>
-
- Oct 26, 2017
-
-
Christian Huitema authored
-
- Oct 24, 2017
-
-
Christian Huitema authored
-
- Oct 23, 2017
-
-
Christian Huitema authored
-
Christian Huitema authored
Implemented the AEAD encryption of clear text packets. Unit test passes, and connection between client and server also works.
-