July 26, 2005 | ||
---|---|---|
View e6cb967269
- multicast fixes backported: multicast options are set for all the sockets, multicast ttl & loop options are properly set (they work on *BSD too)Andrei Pelinescu-Onciul authored on 26/07/2005 14:45:46 |
September 28, 2004 | ||
---|---|---|
View 4d080f498e
-x86_64 experimental support -various 64 bit warning fixesAndrei Pelinescu-Onciul authored on 28/09/2004 18:10:08 |
August 24, 2004 | ||
---|---|---|
View 53c7e0f19a
- Spelling checked - READMEs updatedJan Janak authored on 24/08/2004 08:45:09 |
July 24, 2004 | ||
---|---|---|
View d3d1486e22
- fixed ipv6 multicast on non-linux OSes (linux is the only one using IPV6_ADD_MEMBERSHIP, all the other use instead IPV6_JOIN_GROUP)Andrei Pelinescu-Onciul authored on 24/07/2004 07:36:39 |
July 5, 2004 | ||
---|---|---|
View 5260ef3287
ported from stable: - drop messages with 0 src port immediately$ - error message cleanups for udp checksum error (EAGAIN) and tcp$ "dead children"$ - detect ips between quotes in src_ip or dst_ip$Andrei Pelinescu-Onciul authored on 05/07/2004 15:19:14 |
May 3, 2004 | ||
---|---|---|
View 956d111a9e
- added mcast_ttlAndrei Pelinescu-Onciul authored on 03/05/2004 12:18:10 |
||
View 2ba731171e
- added Jan's multicast support patchAndrei Pelinescu-Onciul authored on 03/05/2004 11:32:19 |
January 18, 2004 | ||
---|---|---|
View 32d5444c55
limit for length of packets to be dropped raised (there was a guy flooding our logs with keep-alive message "THIS IS A KEEP ALIVE"Jiri Kuthan authored on 18/01/2004 04:25:13 |
June 21, 2003 | ||
---|---|---|
View 40e1a4f020
empty packets are no longer reported to syslog (too much garbage because of nat referesh messages)Jiri Kuthan authored on 21/06/2003 18:38:32 |
April 16, 2003 | ||
---|---|---|
View 1f2c924e85
- core warning fixes for 64 bits archs - added include netinet/in_systm.h in tcp_*, udp_* (needed for IP_TOS on non linux systems) - now when using gcc 3.x/x86 ser is optimized for athlon, but "normal" i386 instructions are used. All this is overwritable from the environment or command line: CPU=athlon-mp make , or to also generate athlon instructions: CPU=athlon-mp CC_EXTRA_OPTS=-march=athlon-mp makeAndrei Pelinescu-Onciul authored on 16/04/2003 16:17:09 |
April 14, 2003 | ||
---|---|---|
View 39546e5f4b
- set socket options to TOS low delay - REUSEADDR is now on by default for tcpAndrei Pelinescu-Onciul authored on 14/04/2003 19:27:57 |
April 6, 2003 | ||
---|---|---|
View 6eacb2bc95
- fixed port byte order bugs introduced last night - updated modules to use the new byte ordering (now all the ports are kept in host byte order, previously some structures used network byte order and in other host byte order)Andrei Pelinescu-Onciul authored on 06/04/2003 14:05:35 |
March 19, 2003 | ||
---|---|---|
View e3dccdc952
- replaced all mallocs/frees w/ pkg_malloc/pkg_free - minor lock_dealloc warning fixesAndrei Pelinescu-Onciul authored on 19/03/2003 18:41:58 |
February 10, 2003 | ||
---|---|---|
View 610cb10e74
-fixed buf[len+1]=0 (should've been buf[len]=0) in udp_rcv_loopAndrei Pelinescu-Onciul authored on 10/02/2003 16:20:00 |
||
View 8fc80c33bb
- moved 0-term to udp_rcv_loop & tcp_read_req (save & restore the 0 term char)Andrei Pelinescu-Onciul authored on 10/02/2003 15:49:40 |