CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2015/10/28 14:20:35
Modified files: usr.sbin/rebound: rebound.c Log message: twiddle with rlimit to give us a few more files. use rlimit as a hint as to how many requests to allow open at once. start closing old ones as we approach the limit, which means we track the number of outstanding requests (and count tcp as two). also rename tcp "phase" to tcp, and use it as a more direct indicator.