September 21, 2009 | ||
---|---|---|
View 6d263c0c61
tcp: remember which connections were acceptedAndrei Pelinescu-Onciul authored on 21/09/2009 16:39:41 |
September 15, 2009 | ||
---|---|---|
View 340ce466ab
tcp: send_flags supportAndrei Pelinescu-Onciul authored on 15/09/2009 15:45:41 |
April 9, 2009 | ||
---|---|---|
View f73a84d579
tcp: helper internal macrosAndrei Pelinescu-Onciul authored on 09/04/2009 19:10:31 |
March 20, 2009 | ||
---|---|---|
View 0051630c26
tcp: minor optimizationAndrei Pelinescu-Onciul authored on 20/03/2009 19:59:14 |
March 9, 2009 | ||
---|---|---|
View 827cd3beca
tcp: config option for the read buffer sizeAndrei Pelinescu-Onciul authored on 09/03/2009 13:45:28 |
March 6, 2009 | ||
---|---|---|
View efc23dce50
tcp: diff. connect timeout for async & states cleanupAndrei Pelinescu-Onciul authored on 06/03/2009 16:54:10 |
March 5, 2009 | ||
---|---|---|
View 76cb799e3b
tcp: async mode on by defaultAndrei Pelinescu-Onciul authored on 05/03/2009 17:21:11 |
||
View 3dc4f620d8
tcp: use dynamic config framework, part 2Andrei Pelinescu-Onciul authored on 05/03/2009 17:20:42 |
May 21, 2008 | ||
---|---|---|
View 92c0024c20
- tcp: more flags (no fixes, preparations for next set of changes)Andrei Pelinescu-Onciul authored on 21/05/2008 10:16:46 |
April 24, 2008 | ||
---|---|---|
View c7337a2747
added CRLF ping/pong keepalives aka SIP outboundAlfred E. Heggestad authored on 24/04/2008 13:51:26 |
February 20, 2008 | ||
---|---|---|
View fc665070a0
- tcp flags cleanup (preparation for bigger tls related changes)Andrei Pelinescu-Onciul authored on 20/02/2008 14:37:29 |
February 5, 2008 | ||
---|---|---|
View 7498b4dc09
- avoid extra read syscalls (detect short reads) in poll_et or sigio_rt case (should improve performace) - if POLLRDHUP or EPOLLRDHUP are supported (linux >= 2.6.17) use them and avoid an extra syscall on EOF - on write error try to see if there's still some data in the socket read buffer and try to process it first (if there's no more data do a quick connection destroy)Andrei Pelinescu-Onciul authored on 05/02/2008 21:47:29 |
December 21, 2007 | ||
---|---|---|
View d22b82a07e
- tcp: support for pending connects: add a connection immediately to the connection hash (before even attempting the connect sys call) and just queue possible writes. When the connection completes update the connection info & aliases and send the queued data. This avoids parallel connects when the intial connect takes too long (highly experimental, on by default)Andrei Pelinescu-Onciul authored on 21/12/2007 17:58:07 |
December 14, 2007 | ||
---|---|---|
View 19782e1c0b
- tcp: - try to close connections faster even if still referenced - changed refcnt usage (on 0 refcnt free, experimental)Andrei Pelinescu-Onciul authored on 14/12/2007 01:40:12 |
December 12, 2007 | ||
---|---|---|
View 20863813dc
- tcp: close connection immediately if the write buf. timeouts (timeout fixes) + some cleanupsAndrei Pelinescu-Onciul authored on 12/12/2007 19:11:25 |