NetworkSocketAPI is a simple yet powerful network and socket interface

Server Socket Class does not have send/recv

05 May 2016

Since send/recv are contained within the specific TCP/UDP socket classes, TCP server socket should have send/recv functions as well?

05 May 2016

I guess the incoming TCPSocket connection is to be used for send/recv.