burakoner / TcpSharp

Faster TCP Server and Client tools using low-level implementations
MIT License
15 stars 4 forks source link

Can't connect to self #4

Open RetroDev64 opened 12 months ago

RetroDev64 commented 12 months ago

TcpSharpSocketClient doesn't connect to a remote TcpSharpSocketServer. Tested with different endpoints (DNS, IPv4, v6), still the same results. It does connect to other server implementations (like SuperSimpleTCP) though.