diff options
author | Michio Honda <micchie@sfc.wide.ad.jp> | 2011-06-17 11:03:23 +0900 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-11-08 15:11:29 -0500 |
commit | ddc4bbee6ef1ed20314be3888dd39ceefe233e79 (patch) | |
tree | d52c0d7e64e83dd8f17fd0340c3c62402c7cd7ce /include/net/sctp | |
parent | 8ce120f11898c921329a5f618d01dcc1e8e69cac (diff) |
sctp: fasthandoff with ASCONF at mobile-node
Fast retransmission after changing the last address
with ASCONF negotiation
Signed-off-by: Michio Honda <micchie@sfc.wide.ad.jp>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/sctp')
-rw-r--r-- | include/net/sctp/structs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index e90e7a9935dd..3382615bd710 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h @@ -1085,6 +1085,7 @@ void sctp_transport_burst_reset(struct sctp_transport *); unsigned long sctp_transport_timeout(struct sctp_transport *); void sctp_transport_reset(struct sctp_transport *); void sctp_transport_update_pmtu(struct sctp_transport *, u32); +void sctp_transport_immediate_rtx(struct sctp_transport *); /* This is the structure we use to queue packets as they come into |