Boost::asio::endpoint::size() and resize()
- by p00ya
hi.
I was reading the boost endpoint documentation and saw
size() and resize() member funcs.
the documentation says: Gets the underlying size of the endpoint in the native type.
what does this size represent and where can it be used/resized ?
thanks.