Skip to content
Snippets Groups Projects
user avatar
rswindell authored
Created new listen() method, puts socket in 'listening' state,
accepts optional 'backlog' argument (defaults to 1).
Created new accept() method, accepts an inbound TCP connection,
returns a newly created socket object. This version will adversely effect the
open socket counter (need accept_socket in main.cpp).
28ab0e0f
History
Name Last commit Last update
..