Skip to content

Commit 77a77b8

Browse files
committed
updated
1 parent f4b4b7d commit 77a77b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Simple library for TCP sockets in C++. Server and client use select to receive e
77
## Description
88

99
Originally forked from https://github.com/computersarecool/cpp_sockets
10-
I reimplemented the library to be event-based with a single blocking function using a select(). This allows the server or client thread to simply wait for events instead of manually polling. I removed UDP.
10+
I reimplemented the library to be event-based with a single blocking function using a select(). This allows the server or client thread to simply wait for events in a loop instead of manually polling. This is I removed UDP.
1111
In addition to socket events such as connect, disconnect and receive Socket_waiter can also receive custom messages to interrupt the thread.
1212

1313
## Tested On

0 commit comments

Comments
 (0)