|
Lines 438-444
Link Here
|
| 438 |
|
438 |
|
| 439 |
mtu = ntohs(icp->icmp_nextmtu); |
439 |
mtu = ntohs(icp->icmp_nextmtu); |
| 440 |
if (!mtu) |
440 |
if (!mtu) |
| 441 |
mtu = ip_next_mtu(mtu, 1); |
441 |
mtu = ip_next_mtu(tcp_hc_getmtu(&inc), 1); |
| 442 |
|
442 |
|
| 443 |
if (mtu >= max(296, (tcp_minmss + |
443 |
if (mtu >= max(296, (tcp_minmss + |
| 444 |
sizeof(struct tcpiphdr)))) |
444 |
sizeof(struct tcpiphdr)))) |