CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2016/11/07 02:08:06
Modified files: sys/netinet : tcp_input.c tcp_timer.c Log message: Use goto for consistently instead of splx() and return. This will allow to have a single lock/unlock dance per timer.