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

Krisztian Kovacs hidden@cvs.netfilter.org
Mon, 12 Jul 2004 16:05:34 +0200


Date:	Mon Jul 12 16:05:34 2004
Author:	hidden

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

Modified Files:
	ct_sync_main.c ct_sync_proto.c ct_sync_proto.h 
Log Message:
* README: updated, more detailed instructions on applying the patches

* patches/*: removed outdated patches, added my current quilt patchset

* ct_sync/*: transition into SLAVE_RUNNING state if the receiver sees
  relatively low-rate traffic for a given time; send first messages
  (initsync request in case of a slave, or announcement in case of a
  master) only after initializing all the infrastructure to receive reply
  messages, that is, after successfully starting all our threads

* ct_sync/ct_sync_proto.c: use size_t variables to store the return value
  of cts_sock_{send,recv}


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