diff options
| author | Julian Elischer <julian@FreeBSD.org> | 2008-05-09 23:03:00 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 2008-05-09 23:03:00 +0000 |
| commit | 8b07e49a008c89a15e1fc4a1e3db6d945f81fab4 (patch) | |
| tree | 1bc85679564ad62b5790f35580ebdcc21ca90f8b /sys/netinet/tcp_input.c | |
| parent | a15370c6aa962e0030c1ae024292d76c112d6ea2 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_input.c')
| -rw-r--r-- | sys/netinet/tcp_input.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index a344ae50c527..47763c16c16b 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -453,6 +453,7 @@ findpcb: /* * If the INPCB does not exist then all data in the incoming * segment is discarded and an appropriate RST is sent back. + * XXX MRT Send RST using which routing table? */ if (inp == NULL) { /* |
