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

Krisztian Kovacs hidden@cvs.netfilter.org
Wed, 21 Jul 2004 14:42:27 +0200


Date:	Wed Jul 21 14:42:27 2004
Author:	hidden

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

Modified Files:
	ct_sync_main.c ct_sync_proto.c 
Log Message:
* ct_sync_main.c: dump tuples in fill_ctmsg() when debugging is enabled;
  increased send and receive burst to 100 (this is somehow still too low);
  changed IP_NF_ASSERT() statements to CT_SYNC_ASSERT(), which does not
  need NF debugging to be enabled
  
* ct_sync_proto.c: we must not hold the ring's lock in csb_ring_init(),
  since kmalloc() with GFP_KERNEL flag may sleep; csb_ring_destroy() did
  not free one buffer per ring, this is fixed now (courtesy of
  jigsawpuzzle@21cn.com); __csb_ring_advance_alloc() inserted the newly
  allocated csb _after_ the backlog instead of before, fixed (courtesy of
  jigsawpuzzle@21cn.com); changed IP_NF_ASSERT() macros to
  CT_SYNC_ASSERT()


Revisions:
ct_sync_main.c		1.32 => 1.33
	http://cvs.netfilter.org/netfilter-ha/ct_sync/ct_sync_main.c?r1=1.32&r2=1.33
ct_sync_proto.c		1.28 => 1.29
	http://cvs.netfilter.org/netfilter-ha/ct_sync/ct_sync_proto.c?r1=1.28&r2=1.29