diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2008-11-06 12:59:00 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2008-11-06 12:59:00 +0000 |
| commit | 4b3f4d381827fc63e00d6d43399943c062db2211 (patch) | |
| tree | f8bb5edd80d19cb4dba6557fd1f78f1b9bb3553d | |
| parent | 6f01cac68a4d37f06209f31aaefacd7c2d423ff3 (diff) | |
Notes
| -rw-r--r-- | sys/netinet/tcp_subr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c index 91560f1b0806..51848ee9b40c 100644 --- a/sys/netinet/tcp_subr.c +++ b/sys/netinet/tcp_subr.c @@ -1584,9 +1584,9 @@ tcp_mtudisc(struct inpcb *inp, int errno) /* * Look-up the routing entry to the peer of this inpcb. If no route - * is found and it cannot be allocated, then return NULL. This routine - * is called by TCP routines that access the rmx structure and by tcp_mss - * to get the interface MTU. + * is found and it cannot be allocated, then return 0. This routine + * is called by TCP routines that access the rmx structure and by + * tcp_mss_update to get the peer/interface MTU. */ u_long tcp_maxmtu(struct in_conninfo *inc, int *flags) |
