The RecvFrom methods reads data from a socket
std::pair<Address, cnet::Bytes> RecvFrom( int amount );
amount
The max amount of bytes to read
std::pair<Address, cnet::Bytes> containing the read data and the address that it was read from
std::pair<Address, cnet::Bytes>