CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2016/06/27 06:25:27
Modified files: sys/netinet : tcp_input.c Log message: The variable swapping between inp, newinp and oldinpcb in syn_cache_get() was overly complicated. Simplify the code without functional change. OK jca@