Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 311 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 311 Bytes

cpp-socket-wrapper

Two classes available, one for server-socket and other for client-socket

Server-socket

  • Initialize the object
  • Bind
  • Listen
  • Accept

Client-socket

  • Initialize the object
  • Connect

get_sockfd() method is available to get the fd of corresponding socket object