E-MailRelay
|
A class which is used to return a new()ed socket to calling code, together with associated address information. More...
#include <gsocket.h>
Public Attributes | |
std::shared_ptr< StreamSocket > | socket_ptr |
Address | address |
A class which is used to return a new()ed socket to calling code, together with associated address information.
std::shared_ptr<StreamSocket> GNet::AcceptPair::socket_ptr |