CVSROOT: /cvs Module name: src Changes by: blamb...@cvs.openbsd.org 2011/04/29 00:28:21
Modified files: sys/netinet : tcp_input.c Log message: In certain failure cases, a RST would be sent out on rdomain 0, regardless of the rdomain the packet was received on. Explicitly pass the rdomain to the tcp_respond() monstrosity to compensate for said monstricism which led to this behavior. ok claudio@