chriskohlhoff
Results
86
issues of
chriskohlhoff
The proposal currently specifies that a default constructed `ip::address` have `is_ipv4() == false` and `is_ipv6() == false`. Or to put it another way, the `ip::address` class can contain: - an...
internet
design
applied-to-draft
Move connect(), remote_endpoint() down to each of basic_stream_socket and basic_datagram_socket. Think about adding a disconnect() to datagram sockets.
design