K 10
svn:author
V 6
kondou
K 8
svn:date
V 27
1999-02-06T03:13:28.000000Z
K 7
svn:log
V 733
nnrpd/nnrpd:
	- From: davidsen@tmr.com (bill davidsen)
	- This patch addresses one bug (wrong data type) and one missing
	  feature (nicekids). The type was a struct defined as sockaddr_in and
	  used with a case where sockaddr was required. Because I'm not sure
	  all systems will have the same size for both, and my compiler whines
	  about the original, I defined the value correctly and dropped the
	  cast.

	  When running from innd, a nice() value is gotten from the nicekids
	  value in inn.conf. In daemon mode that wasn't being done, so I added
	  the code here. Note: you do *not* want to just start the daemon
	  niced, as it will then open sockets more slowly (I measured with
	  NSLG). Nicekids is the way to go here.

END
