energystorm51 / Multi-Threaded-Network-Server-for-Pattern-Analysis

A high-performance multi-threaded network server capable of managing incoming connections, processing text data, and analysing patterns within the data.
0 stars 1 forks source link

Establish Incoming Connection for a Network Server #2

Closed energystorm51 closed 1 month ago

energystorm51 commented 1 month ago

I want to write the server in C. Here are reference documentations: https://www.cs.rpi.edu/~moorthy/Courses/os98/Pgms/socket.html https://www.ibm.com/docs/en/zos/3.1.0?topic=programming-c-socket-call-guidance

Acceptance Criteria:

  1. The server should listen for incoming connections on a chosen networking port (> 1024).
  2. The server should respond with a simple text to signal that it has received the incoming connection.