• Xin Long's avatar
    sctp: add SCTP_PEER_ADDR_THLDS_V2 sockopt · d467ac0a
    Xin Long authored
    Section 7.2 of rfc7829: "Peer Address Thresholds (SCTP_PEER_ADDR_THLDS)
    Socket Option" extends 'struct sctp_paddrthlds' with 'spt_pathcpthld'
    added to allow a user to change ps_retrans per sock/asoc/transport, as
    other 2 paddrthlds: pf_retrans, pathmaxrxt.
    
    Note: to not break the user's program, here to support pf_retrans dump
    and setting by adding a new sockopt SCTP_PEER_ADDR_THLDS_V2, and a new
    structure sctp_paddrthlds_v2 instead of extending sctp_paddrthlds.
    
    Also, when setting ps_retrans, the value is not allowed to be greater
    than pf_retrans.
    
    v1->v2:
      - use SCTP_PEER_ADDR_THLDS_V2 to set/get pf_retrans instead,
        as Marcelo and David Laight suggested.
    Signed-off-by: default avatarXin Long <lucien.xin@gmail.com>
    Acked-by: default avatarNeil Horman <nhorman@tuxdriver.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    d467ac0a
socket.c 262 KB