Joedahms / ECE463-Project

1 stars 0 forks source link

Increase server connection capacity #7

Closed Joedahms closed 1 month ago

Joedahms commented 2 months ago

One of the requirements for this project is that the server has to be able to handle multiple clients at once. Right now it can only handle one at a time. I think this could be solved with the use of the fork() function on the server side.