|
Lines 1183-1190
Link Here
|
| 1183 |
* This might not be the best thing to do according to RFC3390 |
1221 |
* This might not be the best thing to do according to RFC3390 |
| 1184 |
* Section 2. However the tcp hostcache migitates the problem |
1222 |
* Section 2. However the tcp hostcache migitates the problem |
| 1185 |
* so it affects only the first tcp connection with a host. |
1223 |
* so it affects only the first tcp connection with a host. |
|
|
1224 |
* |
| 1225 |
* NB: Don't set DF on small MTU/MSS to have a safe fallback. |
| 1186 |
*/ |
1226 |
*/ |
| 1187 |
if (V_path_mtu_discovery) |
1227 |
if (V_path_mtu_discovery && tp->t_maxopd > V_tcp_minmss) |
| 1188 |
ip->ip_off |= IP_DF; |
1228 |
ip->ip_off |= IP_DF; |
| 1189 |
error = ip_output(m, tp->t_inpcb->inp_options, NULL, |
1229 |
error = ip_output(m, tp->t_inpcb->inp_options, NULL, |