Skip to content

Releases: cpyberry/socketpp

v2.0.0

07 May 13:38
b529a8c
Compare
Choose a tag to compare

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

05 May 15:29
728f514
Compare
Choose a tag to compare

methots

socketpp::Socket has the following functions

  • bind
  • connect
  • listen
  • setsockopt
  • accept
  • send
  • sendto
  • recv
  • recvfrom
  • cleanup
  • close