Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lksark authored Jul 31, 2021
1 parent b395d6b commit 8ab6fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ c# chat-client Windows Forms App, only TCP: [TCP_Chat_Client_rev1.zip](https://
#
#### Revision '2':
1. ‘Portal Server’ listens using UDP transport layer protocol; ‘worker servers’ listen using TCP transport layer protocol.
‘Portal Server’ uses User Datagram Protocol (UDP) transport layer protocol, it provides a connectionless datagram service that prioritizes time over reliability. TCP transport layer protocol features three-way handshake, retransmission, and error-detection, adds reliability but lengthens latency.
‘Portal Server’ uses User Datagram Protocol (UDP) transport layer protocol, it provides a connectionless datagram service that prioritizes time over reliability. TCP transport layer protocol features three-way handshake, retransmission, and error-detection, adds reliability but lengthens latency (Wikipedia reference).

c# multithreaded chat-server Console App, UDP portal server & TCP worker servers: [Chat_Server_Console_UDP-TCP.cs.txt](https://github.com/lksark/-Multithreaded-Chat-Server-communicates-with-multiple-clients/blob/main/Chat_Server_Console_UDP-TCP.cs.txt)

Expand Down

0 comments on commit 8ab6fb1

Please sign in to comment.