Navigation


Changeset 1495:acbfec3df281 in freeDiameter for libfdcore


Ignore:
Timestamp:
Mar 31, 2020, 3:09:53 PM (4 years ago)
Author:
Luke Mewburn <luke@mewburn.net>
Branch:
default
Phase:
public
Message:

Fix SCTP build on Fedora 31

Fedora 31 has most of the "new" SCTP API per RFC 6458,
with kernel 5.5.6 and lksctp-tools 1.0.18,
excluding SCTP_NOTIFICATIONS_STOPPED_EVENT.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/sctp.c

    r1474 r1495  
    12721272                               
    12731273#ifndef OLD_SCTP_SOCKET_API
     1274#ifdef SCTP_NOTIFICATIONS_STOPPED_EVENT
    12741275                        case SCTP_NOTIFICATIONS_STOPPED_EVENT:
    12751276                                TRACE_DEBUG(INFO, "Received SCTP_NOTIFICATIONS_STOPPED_EVENT notification, marking the association in error state");
    12761277                                *event = FDEVP_CNX_ERROR;
    12771278                                break;
     1279#endif  /*  SCTP_NOTIFICATIONS_STOPPED_EVENT  */
    12781280#endif  /*  OLD_SCTP_SOCKET_API */             
    12791281                       
Note: See TracChangeset for help on using the changeset viewer.