mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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>
This commit is contained in:
parent
8ce120f118
commit
ddc4bbee6e
3 changed files with 20 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue