Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
TcpStream -> ProtocolRoutedStream
Sniff the initial bytes of an incoming connection to determine its protocol prior to routing.
Problem it solves
Handling multiple application protocols on a single port without explicit configuration.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.