• Jon Grimm's avatar
    [SCTP] Add sinfo_timetolive support. · c5d01dcf
    Jon Grimm authored
    sinfo_timetolive lets the application specify 'timed reliability'
    for a message.  That is, the message really only has a use to
    the peer up to this timeout.  Without PR-SCTP, we can throw away
    such timed out messages if we haven't yet assigned TSN/SSNs to
    them.  If we have, there is nothing we can do until we support
    PR-SCTP extension.  
    c5d01dcf
outqueue.c 44.4 KB