August 19, 2010 | ||
---|---|---|
View 4ca0f2295f
tcp: force eof after read if write side hangupAndrei Pelinescu-Onciul authored on 20/06/2010 17:40:55 |
September 23, 2009 | ||
---|---|---|
View 33c8757246
tcp: killed warningAndrei Pelinescu-Onciul authored on 23/09/2009 19:48:32 |
September 21, 2009 | ||
---|---|---|
View c390fed30a
tcp: tls fix_read_con hook return changesAndrei Pelinescu-Onciul authored on 21/09/2009 16:41:26 |
May 21, 2009 | ||
---|---|---|
View 71eae780d5
tcp: typo fixes when blacklisting on errorAndrei Pelinescu-Onciul authored on 21/05/2009 15:24:15 |
April 10, 2009 | ||
---|---|---|
View 0e3dd037b5
tcp: stun fixesAndrei Pelinescu-Onciul authored on 10/04/2009 11:26:11 |
April 9, 2009 | ||
---|---|---|
View 7bb2b4ca37
tcp: internal macro-hooks for stats & eventsAndrei Pelinescu-Onciul authored on 09/04/2009 19:10:56 |
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 22db42e4ef
tcp: use dynamic config framework, part 1Andrei Pelinescu-Onciul authored on 05/03/2009 17:20:22 |
February 26, 2009 | ||
---|---|---|
View 38429f23ff
tcp: blacklist at tcp level if possibleAndrei Pelinescu-Onciul authored on 26/02/2009 23:13:22 |
April 24, 2008 | ||
---|---|---|
View c7337a2747
added CRLF ping/pong keepalives aka SIP outboundAlfred E. Heggestad authored on 24/04/2008 13:51:26 |
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 |
January 12, 2008 | ||
---|---|---|
View 6a8978e53c
- tcp optimization: in tcp_reader try reading from a fd immediately after receiving it (since it receives it only if there's data waiting on it => avoids a few sys calls before starting readingi or for a bad connect attempt)Andrei Pelinescu-Onciul authored on 12/01/2008 15:17:40 |
January 8, 2008 | ||
---|---|---|
View 057063e685
- tcp: fix local timer intialization (proper prev_ticks init.)Andrei Pelinescu-Onciul authored on 08/01/2008 13:11:30 |