CVSROOT: /cvs Module name: src Changes by: blamb...@cvs.openbsd.org 2011/04/04 16:25:24
Modified files: sys/netinet : tcp_input.c Log message: Instead of calling tcp_reass (tcp reassembly) with magic arguments in order to skip most of the reassembly logic and try to flush available tcp segments to the socket, just split it off into its own function and use it where appropriate. ok claudio@ henning@