January 16, 2015 | ||
---|---|---|
View 6806e46ad9
core: Modify doxygen, remove history, remove SVN IDs, change "ser" and "sip-router" to "KAMAILIO"Olle E. Johansson authored on 16/01/2015 16:38:46 |
July 4, 2014 | ||
---|---|---|
View 9e1ff4488a
all: updated FSF address in GPL textAnthony Messina authored on 04/07/2014 09:36:37 • Daniel-Constantin Mierla committed on 04/07/2014 09:37:36 |
December 13, 2011 | ||
---|---|---|
View 61f8b97041
core/tcp/tls: added tls_max_connections global parameterDaniel-Constantin Mierla authored on 13/12/2011 22:01:48 |
March 5, 2009 | ||
---|---|---|
View 3dc4f620d8
tcp: use dynamic config framework, part 2Andrei Pelinescu-Onciul authored on 05/03/2009 17:20:42 |
December 4, 2007 | ||
---|---|---|
View 885b9f62e1
- tcp support for queueing writes: if some data cannot be written immediately on the socket (socket buffers full or still connecting), the data will be queued and written at a latter time (max. queue size per socket is controlled by tcp_conn_wq_max, timeout by tcp_send_timeout and total queued bytes / max. mem. used by tcp_wq_max). By default disabled (experimental), to enable it use tcp_buf_write=yes in ser.cfg. To compile without queueing support use -DNO_TCP_BUF_WRITE.Andrei Pelinescu-Onciul authored on 04/12/2007 20:25:29 |
November 28, 2007 | ||
---|---|---|
View 20c64cc651
- advanced tcp options support: - support for defering tcp accepts until some data is received (linux & freebsd), default off. See NEWS: tcp_defer_accept. - support for delaying the final ACK from the 3-way handshake until some data is sent (the ACK will come with the 1st data segment). Default on when supported (linux only). See NEWS: tcp_delayed_ack. - support for limiting the number of retransmitted SYNs (linux only, see NEW: tcp_syncnt) - support for limiting the lifetime of orphaned sockets in FIN_WAIT2 (linux only, see NEWS: tcp_linger2) - keepalive support, see NEWS: tcp_keepalive (default on), tcp_keepidle, tcp_keepintvl and tcp_keepcntAndrei Pelinescu-Onciul authored on 28/11/2007 19:20:47 |
February 10, 2006 | ||
---|---|---|
View e85eac0ab5
- removed some exported information: inactive_connection and number of requests (it was bogus anyway)Andrei Pelinescu-Onciul authored on 10/02/2006 18:21:51 |
February 6, 2006 | ||
---|---|---|
View d95154053d
- fixed some tcp connections accounting bugs - tcp info available via fifo/rpcAndrei Pelinescu-Onciul authored on 06/02/2006 16:47:31 |