Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 235 Bytes

File metadata and controls

4 lines (3 loc) · 235 Bytes

TcpEcho

Basic TCP server that uses System.IO.Pipelines to parse length-prefixed messages.

This is just like David Fowler's TcpEcho, except it uses length prefixing instead of \n delimiters.