summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_input.c
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2011-04-04 13:55:55 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2011-04-04 13:55:55 +0000
commitb0031333e275192956102354558f8cdfb2587a1b (patch)
tree39f47427861b01d98285ea857222c4a6aecaf59a /sys/netinet/tcp_input.c
parent9cbcb698eff9cf43b38421f923ed231e5f30da74 (diff)
all I wanted is to make the bridge behave like the real stack wrt the ip
chekcsum. turned out is always recalculates it as long as your kernel does have pf compiled in, as in, always, since compilation of GENERIC without pf explodes in about a hundred ways. so rename bridge_filter -> bridge_ip and always compile it, pf or not, just make the pf_test calls #if NPF, and sync the ip fuckery code with ip_output. as a bonus this lets us use the checksum offloading to the NIC if it is capable of that. ok claudio dlg sthen
Diffstat (limited to 'sys/netinet/tcp_input.c')
0 files changed, 0 insertions, 0 deletions