Joedahms / ECE463-Project

1 stars 0 forks source link

Server receive and retransmit UDP plain text message #36

Closed Joedahms closed 3 weeks ago

Joedahms commented 1 month ago

If the server receives a plain text message, it should send the message to all connected clients.

Joedahms commented 1 month ago

Need to re implement concurrently connected clients as well. The plain text message will be sent to all clients connected to a forked process.