|
libBsdSockets
C++ Wrapper classes to the BSD Socket API
|
LowLevelAddress is an encapsulated part of Address handling which isolates low-level details and includes. LowLevelAddress also allows an Address to be used to create a new address in ServerSocket::accept() by using Address.makeTempLowLevelAddress() to create a LowLevelAddress to use in accepting the socket then give to Address.create() to create a new instance of that Address type.
LowLevelAddressType is a template implementation of LowLevelAddress to manage a sockaddr-equivalent structure.