The connection module contains all classes and free functions to manage network connections. More...
Classes | |
class | UPnPsdk::CSigpipe_scoped |
Portable handle SIGPIPE on failed write to a remote closed network socket. More... | |
The connection module contains all classes and free functions to manage network connections.
source: socket connect() vs bind()
The Server side is coded in connection_device.cpp, the Client side is coded in connection_ctrlpt.cpp.