Navigation


Changeset 248:d3e892306468 in freeDiameter


Ignore:
Timestamp:
Apr 2, 2010, 3:44:23 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Cannot read/write SCTP_AUTO_ASCONF for bound sockets in FreeBSD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • freeDiameter/sctp.c

    r246 r248  
    550550        /* Set the ASCONF option */
    551551        #ifdef SCTP_AUTO_ASCONF
    552         {
     552        if (bound_to_default) {
    553553                int asconf;
    554554               
     
    567567                }
    568568
    569                 asconf = bound_to_default ? 1 : 0;      /* allow automatic use of added or removed addresses in the association (for bound-all sockets) */
     569                asconf = 1;     /* allow automatic use of added or removed addresses in the association (for bound-all sockets) */
    570570               
    571571                /* Set the option to the socket */
Note: See TracChangeset for help on using the changeset viewer.