FreeBSD Bugzilla – Attachment 54060 Details for
Bug 81813
[ PATCH ] ICMP_UNREACH_NEEDFRAG with unspecified icmp_nextmtu are ignored
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
patch (text/plain), 331 bytes, created by
Dan Lukes
on 2005-06-02 18:10:01 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Dan Lukes
Created:
2005-06-02 18:10:01 UTC
Size:
331 bytes
patch
obsolete
>--- sys/netinet/ip_icmp.c.ORIG Tue Feb 1 21:02:05 2005 >+++ sys/netinet/ip_icmp.c Thu Jun 2 18:21:55 2005 >@@ -438,7 +438,7 @@ > > mtu = ntohs(icp->icmp_nextmtu); > if (!mtu) >- mtu = ip_next_mtu(mtu, 1); >+ mtu = ip_next_mtu(tcp_hc_getmtu(&inc), 1); > > if (mtu >= max(296, (tcp_minmss + > sizeof(struct tcpiphdr))))
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 81813
: 54060