[SCTP] Fix hardcoded stream counts.
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.
Showing
net/sctp/ssnmap.c
0 → 100644
Please register or sign in to comment