jchristn / SuperSimpleTcp

Simple wrapper for TCP client and server in C# with SSL support
MIT License
459 stars 95 forks source link

How can I allow only one client to connect to the server? #136

Closed sjagalo closed 2 years ago

sjagalo commented 2 years ago

I am a beginner. ㅜㅜ

jchristn commented 2 years ago

The library doesn't provide a facility to permit/deny based on address/port/netmask.