sctp: Bundle HEAERTBEAT into ASCONF_ACK
With this patch a HEARTBEAT chunk is bundled into the ASCONF-ACK for ADD IP ADDRESS, confirming the new destination as quickly as possible. Signed-off-by: Michio Honda <micchie@sfc.wide.ad.jp> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
f207c050fb
commit
6af29ccc22
@@ -1915,6 +1915,7 @@ struct sctp_association {
|
||||
__u32 addip_serial;
|
||||
union sctp_addr *asconf_addr_del_pending;
|
||||
int src_out_of_asoc_ok;
|
||||
struct sctp_transport *new_transport;
|
||||
|
||||
/* SCTP AUTH: list of the endpoint shared keys. These
|
||||
* keys are provided out of band by the user applicaton
|
||||
|
||||
Reference in New Issue
Block a user