Adam Dunkels
|
ae4801bba6
|
Bugfix: make sure the TCP connection is polled immediately after tcp_socket_send() is called so that the TCP segment goes out directly
|
2016-11-02 15:16:00 +01:00 |
|
Adam Dunkels
|
f11d344d4d
|
Add a tcp_socket_queuelen() function that returns the length of the current TCP output queue
|
2016-11-02 15:16:00 +01:00 |
|
Adam Dunkels
|
6ab9822fc2
|
Make debug printouts be PRINTF() statements to avoid including them in non-debug builds
|
2016-11-02 15:16:00 +01:00 |
|
Moritz 'Morty' Strübe
|
0dab6926b3
|
Move MAX, MIN and ABS to sys/cc.h
|
2015-05-18 08:53:17 +02:00 |
|
Adam Dunkels
|
0f1f12fdc7
|
Bugfix in tcp-socket: there were a few corner cases when the tcp-socket state would be messed up, which is fixed with this patch
|
2015-05-10 10:36:50 +02:00 |
|
Adam Dunkels
|
542738192f
|
Bugfix: uip_mss() isn't set until the connection is connected, so we can't set it during socket registration
|
2014-12-10 09:48:19 +01:00 |
|
George Oikonomou
|
0dbed5b919
|
Allow specifying a max outgoing segment size per TCP socket
|
2014-12-08 21:58:12 +00:00 |
|
Adam Dunkels
|
d53ba5aa3c
|
The TCP socket API code
|
2014-03-24 08:42:28 +01:00 |
|