K 10
svn:author
V 6
kondou
K 8
svn:date
V 27
1998-06-23T02:34:36.000000Z
K 7
svn:log
V 871
include/config.h.in:
	- From: miquels@cistron.nl (Miquel van Smoorenburg)
	- This patch adds configure detection for the socketpair() system call.
	  Innd uses that instead of pipe() when creating a channel. The
	  advantage is a bigger internal buffer, typically 32767 bytes instead
	  of 4096.

	  Note that most sysv systems already implement pipe() as just a call
	  to socketpair(), and that the two are almost the same.

	  The patch also increases the max. buffer size in the sample
	  newsfeeds for the innfeed process to 30000 (just below 32767) and
	  sets a max. buffer size for the overchan process, without which my
	  innd grows without bounds ..

	  With this in place I have had no DEBUG ERROR SITEspool trashed
	  messages anymore, and no corrupted channels.. If innd starts
	  spooling a channel, it writes the complete backlog instead of
	  partially.

END
