Releases: cpyberry/socketpp
Releases · cpyberry/socketpp
v2.0.0
Contents
- change from sockaddr_in to Address class.
- add many functions that take an instance of Address as an argument instead of the IP address and port arguments.
v1.0.0
methots
socketpp::Socket has the following functions
- bind
- connect
- listen
- setsockopt
- accept
- send
- sendto
- recv
- recvfrom
- cleanup
- close