[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
This diff is collapsed.
This diff is collapsed.
net/sctp/ssnmap.c
0 → 100644
This diff is collapsed.
Please register or sign in to comment