October 13, 2014 | ||
---|---|---|
View ae897e06da
core: default tcp read buffer size set to 16kBDaniel-Constantin Mierla authored on 13/10/2014 11:07:17 |
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 |
April 2, 2012 | ||
---|---|---|
View abb01fb410
core: Added void to declarations of functions with empty argument listMarius Zbihlei authored on 02/04/2012 14:19:17 |
January 12, 2012 | ||
---|---|---|
View edf5e385ca
core: option to set number of workers per listen socketDaniel-Constantin Mierla authored on 12/01/2012 17:55:22 |
December 13, 2011 | ||
---|---|---|
View 61f8b97041
core/tcp/tls: added tls_max_connections global parameterDaniel-Constantin Mierla authored on 13/12/2011 22:01:48 |
June 8, 2009 | ||
---|---|---|
View 950e17ad49
tcp: remove unused var. declsAndrei Pelinescu-Onciul authored on 08/06/2009 08:50:40 |
March 9, 2009 | ||
---|---|---|
View e655392ac7
tcp: config option for the async write block sizeAndrei Pelinescu-Onciul authored on 09/03/2009 13:45:49 |
March 5, 2009 | ||
---|---|---|
View 3dc4f620d8
tcp: use dynamic config framework, part 2Andrei Pelinescu-Onciul authored on 05/03/2009 17:20:42 |
September 5, 2007 | ||
---|---|---|
View 22f062587d
- tcp add alias policy changes (experimental): now new aliases are added even if matching aliases for different connections exists. Until now an existing alias pointing to some other connection would trigger an error, the reason being that someone could try to "steal" a connection. However this turned out to affect also normal usage, like UAs behind nats that change the ip, or rebooted UAs (that didn't have a chance to close the tcp connection).Andrei Pelinescu-Onciul authored on 05/09/2007 17:20:35 |
July 25, 2007 | ||
---|---|---|
View 205fcb02c0
- tcpconn_connect takes a new optional param.: the address to bind the new socket on - tcpconn_new takes a new param: the local socket address - tcp_use_source_ipv[46] cleanup - MAX_TCP_CON_LIFETIME fixAndrei Pelinescu-Onciul authored on 25/07/2007 19:40:32 |
September 19, 2006 | ||
---|---|---|
View 37209e1421
- applied patch from Dragos Vingarzan <vingarzan@fokus.fraunhofer.de> which moves all the forking part into 2 functions in pt.c (fork_process and fork_tcp_process). - added PROC_NOCHLDINIT rank value for Dragos's fork_process (if this value is used as child_id/rank_value the mod_child functions will not be called) - added register_procs(processes_no), used from mod_init when a module knows that it will fork some children (replaces the old process_count++ / the patch's estimated_process_count++) - added get_max_procs(): returns the maximum (estimated) number of processesAndrei Pelinescu-Onciul authored on 19/09/2006 16:13:27 |
August 24, 2004 | ||
---|---|---|
View 53c7e0f19a
- Spelling checked - READMEs updatedJan Janak authored on 24/08/2004 08:45:09 |
January 20, 2003 | ||
---|---|---|
View 8aeb47e2ed
- more tcp stuff (uses locking.h, hashtables, mostly untested) - main exit cleanups (created cleanup(show_status() function that should prepare ser for exiting: dellocate everything, free sems a.s.o).Andrei Pelinescu-Onciul authored on 20/01/2003 18:35:09 |
December 12, 2002 | ||
---|---|---|
View f2f969dda6
- changed sip_msg (new rcv member containing all the ips, ports, protocol) - added a "proto" parameter to forward_request, via_builder, get_send_sock etc. - added 2 new script commands: forward_udp & forward_tcp - lots of tcp bloat - changed parse_via to recognize TCP - more functions added to ip_addr.h (cmp for ips & sockaddrs etc.)Andrei Pelinescu-Onciul authored on 12/12/2002 21:46:37 |