• Jon Grimm's avatar
    [SCTP] Fix hardcoded stream counts. · 1c5f1800
    Jon Grimm authored
    Code had hardcoded limits to the maximum stream that could be used, 
    and consequent static data structures.   Now dynamically allocate
    storage for the SSN maps until _after_ we know what they are.  
    Protocols such as SIP want to use all possible streams.  
    1c5f1800
objcnt.c 3.76 KB