BrandonPotter / SimpleTCP

Straightforward .NET library to handle the repetitive tasks of spinning up and working with TCP sockets (client and server).
Apache License 2.0
365 stars 108 forks source link

NoDelay feature on Tcp #18

Open sadransh opened 7 years ago

sadransh commented 7 years ago

is it possible to turn on nodelay feature on this code?

BrandonPotter commented 7 years ago

I see no reason this couldn't be added as an optional property. Do you want to submit a PR?

sadransh commented 7 years ago

No I Asked This searching enough. I though there is a way to access TcpClient object properties from simpleTcp(when installed using nuget). also I found that nodelay is only on TcpClient Object. so there is no problem with this lib. Thanks for sharing your Code.