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 | 1b8ff04e64e054a061f157b9458cf7c73dba43a9 (patch) | |
tree | 5eeba85b7c369488dba4b8c3373fa01201d2d338 /computer-network-experiment/server.cpp | |
parent | ce6348fa3731326046d8d69ec2171c1648a3d7d6 (diff) | |
download | life-1b8ff04e64e054a061f157b9458cf7c73dba43a9.tar.gz life-1b8ff04e64e054a061f157b9458cf7c73dba43a9.tar.bz2 life-1b8ff04e64e054a061f157b9458cf7c73dba43a9.zip |
...
Diffstat (limited to 'computer-network-experiment/server.cpp')
-rw-r--r-- | computer-network-experiment/server.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/computer-network-experiment/server.cpp b/computer-network-experiment/server.cpp index f12630a..ac80125 100644 --- a/computer-network-experiment/server.cpp +++ b/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
|