Module Name: src Committed By: maxv Date: Thu Mar 22 20:48:38 UTC 2018
Modified Files: src/sys/netinet: tcp_input.c Log Message: Don't call tcp_input_checksum again, it was already called earlier, no need to checksum twice. Then call tcp_fields_to_host a bit earlier, so that we don't need to call it in each branch. To generate a diff of this commit: cvs rdiff -u -r1.383 -r1.384 src/sys/netinet/tcp_input.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.