mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-20 12:29:34 +00:00
[PR #853] [MERGED] feat: TCP Client Server Half Duplex Communication #1357
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/853
Author: @NVombat
Created: 8/27/2021
Status: ✅ Merged
Merged: 9/7/2021
Merged by: @ayaankhan98
Base:
master← Head:master📝 Commits (10+)
f83eb56TCP Client Server Half Duplex Commdd1e30ereverting .vscode/settings.json in reference to request9e7c3adSet gitignore back to original statef1a634cUpdate .vscode/settings.jsond724e27Update client_server/tcp_half_duplex_client.ca549c1cUpdate client_server/tcp_half_duplex_server.c9c90d04Making all the requested changes9dd80a8Making Requested Changes926d8e1Update client_server/tcp_half_duplex_client.c3a07cdfUpdate client_server/tcp_half_duplex_client.c📊 Changes
3 files changed (+332 additions, -0 deletions)
View changed files
📝
DIRECTORY.md(+2 -0)➕
client_server/tcp_half_duplex_client.c(+153 -0)➕
client_server/tcp_half_duplex_server.c(+177 -0)📄 Description
Description of Change
Added the server and client code for half duplex TCP communication. Ran the code to make sure it compiles and runs successfully. Commented the code and followed contributing guidelines.
References
Implements Half Duplex Communication for #852
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.