mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-09-23 07:24:45 +00:00
[PR #856] [MERGED] feat: TCP Full Duplex Server Client Communication #1363
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/856
Author: @NVombat
Created: 9/15/2021
Status: ✅ Merged
Merged: 9/22/2021
Merged by: @Panquesito7
Base:
master← Head:master📝 Commits (6)
68ea7b8TCP Full Duplex Server Client Communication7a9f03bChanges made to successfully complete 5th Check1b2518aUpdate client_server/tcp_full_duplex_server.c5c83cd5updating DIRECTORY.md45ee757Update tcp_full_duplex_client.caf03dbbUpdate client_server/tcp_full_duplex_client.c📊 Changes
3 files changed (+370 additions, -0 deletions)
View changed files
📝
DIRECTORY.md(+2 -0)➕
client_server/tcp_full_duplex_client.c(+173 -0)➕
client_server/tcp_full_duplex_server.c(+195 -0)📄 Description
Description of Change
Implemented a Full Duplex Communication server client model using a TCP socket
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.