June 25, 2003 | ||
---|---|---|
View ff76544d55
- fixed parse_via_param: params. starting with [op] had incorect name/len (thanks to Gabriel)Andrei Pelinescu-Onciul authored on 25/06/2003 20:45:10 |
February 20, 2003 | ||
---|---|---|
View 0bd532974f
- s/lock_t/gen_lock_t/ to avoid a type conflict on solarisAndrei Pelinescu-Onciul authored on 20/02/2003 18:30:15 |
February 7, 2003 | ||
---|---|---|
View ab130758c9
- more tcp stuff and a lot of merging w/ latest cvs - content-length is appended automatically to messages that cross from udp to tcp - tcp2udp and udp2tcp now work under heavy stress (e.g.: throttle 200, 10 ser processes on dual cpu) - tcp performance still sucks, some things like disabling Nagle are still not in yet (for better debugging)Andrei Pelinescu-Onciul authored on 07/02/2003 17:02:15 |
January 29, 2003 | ||
---|---|---|
View 049f64c292
scratchpad removed, textops changed to skip the first lineJiri Kuthan authored on 29/01/2003 19:24:10 |
January 28, 2003 | ||
---|---|---|
View e29d027ba2
- tcp bugfixesAndrei Pelinescu-Onciul authored on 28/01/2003 16:46:44 |
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 c0c6207a49
- tcp bug fixesAndrei Pelinescu-Onciul authored on 12/12/2002 23:59:26 |
||
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 |
December 11, 2002 | ||
---|---|---|
View 0c5da34bd1
- increased ROUTE_MAX_REC_LEV to 100 - added new route commad: send_tcp(address, port) - tcp global vars (added new members to pt a.s.o) - tcp_send(buf, len, server, 0) will try to find an existing open tcp connection to "server"; if none found a new one will be opened (ser will also start listening on it for sip messages) - first udp to tcp & tcp to tcp send (not forward, I still have to solve some tricky via stuff)Andrei Pelinescu-Onciul authored on 11/12/2002 21:30:44 |
December 10, 2002 | ||
---|---|---|
View 6ee62314b8
- even more tcp receive bs - sip msg.buff & orig are no longer 0 terminated (to avoid an extra copy in the tcp case)Andrei Pelinescu-Onciul authored on 10/12/2002 19:41:44 |
December 9, 2002 | ||
---|---|---|
View 6bc40dea88
- more tcp stuff (not sure it compiles though, so don't use -DUSE_TCP yet)Andrei Pelinescu-Onciul authored on 09/12/2002 18:40:42 |
December 4, 2002 | ||
---|---|---|
View 6a157851a5
- first tcp 2 udp packet sentAndrei Pelinescu-Onciul authored on 04/12/2002 18:47:52 |
November 29, 2002 | ||
---|---|---|
View 5b532c7fdd
- preliminary tcp support (it doesn't work, it's just for debugging, as long as you compile w/o -DUSE_TCP you should be safe) Note: sip + tcp really sucksAndrei Pelinescu-Onciul authored on 29/11/2002 21:12:24 |