mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #930] [MERGED] Remote Command Execution Using UDP Client Server Model (& Merging Branch Locally) #1460
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/930
Author: @NVombat
Created: 1/9/2022
Status: ✅ Merged
Merged: 1/11/2022
Merged by: @mishraabhinn
Base:
master← Head:master📝 Commits (10+)
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.c9fe87bdMerge branch 'TheAlgorithms:master' into master2454ce0Fix Typos In Full Duplex TCP & Add Remote Command Execution Using UDP6458c50updating DIRECTORY.md296c075Update settings.json📊 Changes
5 files changed (+328 additions, -22 deletions)
View changed files
📝
DIRECTORY.md(+2 -0)➕
client_server/remote_command_exec_udp_client.c(+147 -0)➕
client_server/remote_command_exec_udp_server.c(+157 -0)📝
client_server/tcp_full_duplex_client.c(+11 -11)📝
client_server/tcp_full_duplex_server.c(+11 -11)📄 Description
Description of Change
Added Remote Command Execution Using UDP Client Server Model & Merging Branch to be up to date for further contributions
Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.