Skip to content

bphilippon/Client-Server-3-Way-Handshake-and-Closing-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description:

This program simulates the 3-way handshake and closing connection procedure that takes place between
client and server when transmitting TCP segments. The contents of the TCP segments are altered in order
to simulate the interaction. The outputs of the interaction will be written into server.out and client.out.

How to compile:

gcc server.c -o server
gcc client.c -o client

How to run:

./server
./client

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages