#include <vector>
#include <RCF/Export.hpp>
#include <RCF/IpAddress.hpp>
#include <RCF/ThreadLibrary.hpp>
Go to the source code of this file.
Classes | |
class | RCF::IpServerTransport |
Base class for IP-based server transports. Provides IP-related functionality. More... | |
Typedefs | |
typedef std::pair< IpAddress, std::size_t > | RCF::IpRule |
typedef std::pair<IpAddress, std::size_t> RCF::IpRule |
Represents an IP rule, in the form of (IP address, number of significant bits). An IP address matches the rule if the significant bits of the IP address match those of the IP rule.