CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2010/10/10 16:02:50
Modified files: sys/netinet : tcp_usrreq.c Log message: In tcp_update_sndspace() and tcp_update_rcvspace() change the type of the variable nmax from int to u_long as the socket buffer sizes it operates on are also u_long. ok claudio@