CVSROOT: /cvs Module name: src Changes by: st...@cvs.openbsd.org 2012/07/11 03:43:10
Modified files: usr.sbin/bgpd : session.c Log message: Limit "while(setsockopt(..SO_RCVBUF/SO_SNDBUF..))" loops to prevent them running away if the setsockopt call fails, as may happen if a peer bounces at the wrong time. OK claudio@ after tweaks to an earlier version which was OK phessler@.