13 May, 2008

11 commits


10 May, 2008

3 commits

  • Add support for RFC3873 remote address table OID.

    +--(5) sctpAssocRemAddrTable
    | |
    | |--(-) sctpAssocId (shared index)
    | |
    | +--(1) sctpAssocRemAddrType (index)
    . |
    . +--(2) sctpAssocRemAddr (index)
    . |
    +--(3) sctpAssocRemAddrActive
    |
    +--(4) sctpAssocRemAddrHBActive
    |
    +--(5) sctpAssocRemAddrRTO
    |
    +--(6) sctpAssocRemAddrMaxPathRtx
    |
    +--(7) sctpAssocRemAddrRtx
    |
    +--(8) sctpAssocRemAddrStartTime

    This patch places all the requsite data in /proc/net/sctp/remaddr.

    Signed-off-by: Neil Horman
    Signed-off-by: Vlad Yasevich
    Signed-off-by: David S. Miller

    Neil Horman
     
  • The specification of sctp_connectx() has been changed to return
    an association id. We've added a new socket option that will
    return the association id as the return value from the setsockopt()
    call. The library that implements sctp_connectx() interface will
    implement both socket options.

    Signed-off-by: Vlad Yasevich
    Signed-off-by: David S. Miller

    Vlad Yasevich
     
  • Brings delayed_ack socket option set/get into line with the latest ietf
    socket extensions API draft, while maintaining backwards compatibility.

    Signed-off-by: Wei Yongjun
    Signed-off-by: Vlad Yasevich
    Signed-off-by: David S. Miller

    Wei Yongjun
     

08 May, 2008

26 commits