Compare commits
3 Commits
e7e42922b6
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
15b4013868 | ||
|
|
2517617d4f | ||
|
|
cd0a0d5e44 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
udpserver
|
||||
*.log
|
||||
*.pid
|
||||
.vscode
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include "json11.hpp"
|
||||
#include "json11.h"
|
||||
#include <cassert>
|
||||
#include <cmath>
|
||||
#include <cstdlib>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
/* g++ -o udpserver udpserver.cpp -std=c++11 json11.cpp -pthread -s -O2 */
|
||||
/* udpserver 127.0.0.1 10003 */
|
||||
/* Version 2022.04 */
|
||||
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
@@ -9,7 +10,7 @@
|
||||
#include <signal.h>
|
||||
#include <thread>
|
||||
|
||||
#include "json11.hpp"
|
||||
#include "json11.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace json11;
|
||||
|
||||
Reference in New Issue
Block a user