Attention is currently required from: pespin.
1 comment:
File src/sctp_proxy.erl:
Patch Set #1, Line 64: start_link(Aid, {MmeAddr, MmePort}) ->
I wonder what's the point in maintaining the 2 versions of the start_link here...
It's because `gen_server` is now passing both MME address and MME port as one argument (tuple), but the existing API expects two separate arguments. I could change the existing API rather than adding the new `/2` wrapper, either way is fine with me.
To view, visit change 38786. To unsubscribe, or for help writing mail filters, visit settings.