Go to file
Vinicius Silva c1ce100bcb Funtion recv, recvfrom, send, sendto implemented to differents socket connections: UDP, TCP, UNIXDOMAIN 2023-11-27 15:55:30 -03:00
.vscode Fix socket erros 2023-09-06 21:15:45 -03:00
bin Funtion recv, recvfrom, send, sendto implemented to differents socket connections: UDP, TCP, UNIXDOMAIN 2023-11-27 15:55:30 -03:00
data configuring cmake 2023-11-24 21:04:54 -03:00
src Funtion recv, recvfrom, send, sendto implemented to differents socket connections: UDP, TCP, UNIXDOMAIN 2023-11-27 15:55:30 -03:00
.gitignore configuring cmake 2023-11-24 21:04:54 -03:00
CMakeLists.txt Socket TCP, UDP and UNIXDOMAIN connetions implemented 2023-11-26 23:28:17 -03:00
README.md Init commit 2023-09-04 21:20:42 -03:00
dependences.dot Socket TCP, UDP and UNIXDOMAIN connetions implemented 2023-11-26 23:28:17 -03:00
dependences.png Socket TCP, UDP and UNIXDOMAIN connetions implemented 2023-11-26 23:28:17 -03:00

README.md

pingpong

  • Establish a simple socket connection between a client and a server using the TCP protocol.