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

Krisztian Kovacs hidden@cvs.netfilter.org
Tue, 13 Jul 2004 16:53:41 +0200


Date:	Tue Jul 13 16:53:41 2004
Author:	hidden

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

Modified Files:
	ct_sync_main.c ct_sync_proto.c ct_sync_proto.h 
Log Message:
Restructured receiver's packet and message processing a bit. Now
cts_proto_recv_pkt() signals the type of the packet received in its return
value, and enqueues SYNC packets only. Handlink of special packets, like
INITSYNC are handled in the receiver thread's main function just after
receiving the packet, without messing up the receiver ring with non-SYNC
packets.

Removed the old cts_proto_recv_pkts() function, it was commented out
anyway. Reworked receiver ring pointer initialization, as we have lost the
first received message previously...


Revisions:
ct_sync_main.c		1.29 => 1.30
	http://cvs.netfilter.org/netfilter-ha/ct_sync/ct_sync_main.c?r1=1.29&r2=1.30
ct_sync_proto.c		1.27 => 1.28
	http://cvs.netfilter.org/netfilter-ha/ct_sync/ct_sync_proto.c?r1=1.27&r2=1.28
ct_sync_proto.h		1.9 => 1.10
	http://cvs.netfilter.org/netfilter-ha/ct_sync/ct_sync_proto.h?r1=1.9&r2=1.10