Skip to content

Commit

Permalink
COMMIT
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk250 committed Aug 15, 2023
1 parent b7ff3be commit 5abaeb7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Complie
```shell
clang -m64 -O3 -Wall -lpthread -o thread_sock thread_sock.c
```
# Usage
```shell
./thread_sock -h
Usage of ./thread_sock:
-p <port for running>
-l show running log
-d start daemon service
-h show this message
```
# Email
` 520sdk250@gmail.com `

0 comments on commit 5abaeb7

Please sign in to comment.