Skip to content

HrushikeshK/cpp-socket-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages