K 10 svn:author V 7 wollman K 8 svn:date V 27 1995-11-03T18:33:46.000000Z K 7 svn:log V 270 Make somaxconn (maximum backlog in a listen(2) request) and sb_max (maximum size of a socket buffer) tunable. Permit callers of listen(2) to specify a negative backlog, which is translated into somaxconn. Previously, a negative backlog was silently translated into 0. END