|
@@ -118,9 +118,6 @@ void sctp_packet_config(struct sctp_packet *packet, __u32 vtag,
|
|
sctp_transport_route(tp, NULL, sp);
|
|
sctp_transport_route(tp, NULL, sp);
|
|
if (asoc->param_flags & SPP_PMTUD_ENABLE)
|
|
if (asoc->param_flags & SPP_PMTUD_ENABLE)
|
|
sctp_assoc_sync_pmtu(asoc);
|
|
sctp_assoc_sync_pmtu(asoc);
|
|
- } else if (!sctp_transport_pmtu_check(tp)) {
|
|
|
|
- if (asoc->param_flags & SPP_PMTUD_ENABLE)
|
|
|
|
- sctp_assoc_sync_pmtu(asoc);
|
|
|
|
}
|
|
}
|
|
|
|
|
|
/* If there a is a prepend chunk stick it on the list before
|
|
/* If there a is a prepend chunk stick it on the list before
|