Commit 1493769d authored by Davis King's avatar Davis King

removed cruft

parent 90970e31
......@@ -49,7 +49,6 @@ int main()
// set up the server object we have made
our_server.set_listening_port(1234);
our_server.set_max_connections(1000);
// Tell the server to begin accepting connections.
our_server.start_async();
......
......@@ -77,7 +77,6 @@ int main()
// set up the server object we have made
our_server.set_listening_port(1234);
our_server.set_max_connections(1000);
// Tell the server to begin accepting connections.
our_server.start_async();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment