Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
1493769d
Commit
1493769d
authored
Nov 12, 2012
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed cruft
parent
90970e31
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
sockets_ex.cpp
examples/sockets_ex.cpp
+0
-1
sockstreambuf_ex.cpp
examples/sockstreambuf_ex.cpp
+0
-1
No files found.
examples/sockets_ex.cpp
View file @
1493769d
...
...
@@ -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
();
...
...
examples/sockstreambuf_ex.cpp
View file @
1493769d
...
...
@@ -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
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment