We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cee9fe commit 7808636Copy full SHA for 7808636
README.md
@@ -17,7 +17,7 @@ The core design is reference from https://github.com/chriskohlhoff/asio but very
17
2. demo code:
18
```
19
#include "xxsocket.h"
20
-using namespace purelib::inet;
+using namespace yasio::inet;
21
void test_connect()
22
{
23
xxsocket clientsock;
0 commit comments