[netfilter-cvslog] CVS update: netfilter-ha/ct_sync

Krisztian Kovacs hidden@cvs.netfilter.org
Thu, 12 Aug 2004 16:22:20 +0200


Date:	Thu Aug 12 16:22:19 2004
Author:	hidden

Update of /cvsroot/netfilter-ha/ct_sync
In directory coruscant.gnumonks.org:/tmp/cvs-serv26100/ct_sync

Modified Files:
	ct_sync_main.c ct_sync_proto.c ct_sync_proto.h cts_buff.h 
Log Message:
* Use sysctl-based interface instead of bare procfs. Because of this,
  the state can be changed using
  /proc/sys/net/ipv4/netfilter/ct_sync/state instead of /proc/net/ct_sync
* Increase CT_SYNC_INITSYNC_RATE to 20, initial re-sync should have a much
  higher frequency
* Some more sequence number handling cleanups
* Deleted a lot of unnecessary whitespace from the code
* Version number bumped to 0.15, since this version is a lot more stable


Revisions:
ct_sync_main.c		1.34 => 1.35
	http://cvs.netfilter.org/netfilter-ha/ct_sync/ct_sync_main.c?r1=1.34&r2=1.35
ct_sync_proto.c		1.31 => 1.32
	http://cvs.netfilter.org/netfilter-ha/ct_sync/ct_sync_proto.c?r1=1.31&r2=1.32
ct_sync_proto.h		1.10 => 1.11
	http://cvs.netfilter.org/netfilter-ha/ct_sync/ct_sync_proto.h?r1=1.10&r2=1.11
cts_buff.h		1.8 => 1.9
	http://cvs.netfilter.org/netfilter-ha/ct_sync/cts_buff.h?r1=1.8&r2=1.9