|
Algorithms_in_C 1.0.0
Set of algorithms implemented in C.
|
Files | |
| bool.h | |
| client.c | |
| Client side implementation of Server-Client system. | |
| fork.h | |
| remote_command_exec_udp_client.c | |
| Client-side implementation of [Remote Command Execution Using UDP](https://www.imperva.com/learn/ddos/udp-user-datagram-protocol/) | |
| remote_command_exec_udp_server.c | |
| Server-side implementation of [Remote Command Execution Using UDP](https://www.imperva.com/learn/ddos/udp-user-datagram-protocol/) | |
| server.c | |
| Server side implementation of Server-Client system. | |
| tcp_full_duplex_client.c | |
| Client-side implementation of TCP Full Duplex Communication | |
| tcp_full_duplex_server.c | |
| Server-side implementation of TCP Full Duplex Communication | |
| tcp_half_duplex_client.c | |
| Client-side implementation of TCP Half Duplex Communication | |
| tcp_half_duplex_server.c | |
| Server-side implementation of TCP Half Duplex Communication | |
| udp_client.c | |
| Client side implementation of UDP client-server model. | |
| udp_server.c | |
| Server side implementation of UDP client-server model. | |