Skip to content

Bovojon/chat-slient-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat-slient-server

Based on Socket programming in C on Linux tutorial

Sockets

  • Sockets are the virtual endpoints of any kind of networks communications.

  • inet_ntoa() converts IP addresses in long format to dotted notation.

  • inet_addr() converts IP addresses in dotted notation to long format.

  • bind() is used to bind a socket to a particular "address and port" combination - this ensures that all incoming data which is directed towards this port number is received by this application. Thus 2 sockets cannot be bound to the same port.

About

Chat Client and Server Project in C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published