diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2010-01-06 16:56:31 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2010-01-06 16:56:31 +0000 |
| commit | 55fcd44240cf59b06fc7aaaebf40d5c04d42b825 (patch) | |
| tree | 71b60823bb859c240781e3a13159de181c6b90cc | |
| parent | d019828e45cede512cfbaa990cb654b4151de319 (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 1dd9d496cb63..aceccfdb579a 100644 --- a/sys/netinet/tcp_subr.c +++ b/sys/netinet/tcp_subr.c @@ -1541,9 +1541,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) |
