How to design a flexible Erlang protocol stack creation API
问题 Unsatisfied with my current approach I'm just trying to redesign the way I build protocol stacks in Erlang. The feature ordered by importance: Performance Flexibility and implementation speed adding new protocol variants It would help development to explore the protocol variants from the shell My current model (alreday described in this question) is getting at its limits besides the ugly asymmetry of send() by function call and receive by message. The overall picture of the whole protocol