tuannguyenssu / TcpEcho

Basic TCP server that uses System.IO.Pipelines to parse line based messages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Basic TCP server that uses System.IO.Pipelines to parse line based messages


Languages

Language:C# 100.0%