diff options
author | crupest <crupest@outlook.com> | 2021-06-07 19:43:25 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-07 19:43:25 +0800 |
commit | 04bc88aca6157dfd1d2309b353d9feb64bcc8800 (patch) | |
tree | 2e6a836c81085f77e65223b7004cb7667cceef52 /works/life/computer-network-experiment/server.cpp | |
parent | 868936626cd32590b697cc5ba0c67e032deabd38 (diff) | |
download | crupest-04bc88aca6157dfd1d2309b353d9feb64bcc8800.tar.gz crupest-04bc88aca6157dfd1d2309b353d9feb64bcc8800.tar.bz2 crupest-04bc88aca6157dfd1d2309b353d9feb64bcc8800.zip |
import(life): ...
Diffstat (limited to 'works/life/computer-network-experiment/server.cpp')
-rw-r--r-- | works/life/computer-network-experiment/server.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/works/life/computer-network-experiment/server.cpp b/works/life/computer-network-experiment/server.cpp index f12630a..ac80125 100644 --- a/works/life/computer-network-experiment/server.cpp +++ b/works/life/computer-network-experiment/server.cpp @@ -15,7 +15,6 @@ #include <arpa/inet.h>
#include <netinet/in.h>
#include <sys/socket.h>
-
#endif
const auto bind_address = "127.0.0.1"; // control bind address
|