Add. Allow get error option to socket.

This commit is contained in:
moteus 2013-05-29 14:33:27 +04:00
parent b84a5f3d08
commit 1de617e355
5 changed files with 43 additions and 0 deletions

View file

@ -73,6 +73,7 @@ static t_opt optget[] = {
{"reuseaddr", opt_get_reuseaddr},
{"tcp-nodelay", opt_get_tcp_nodelay},
{"linger", opt_get_linger},
{"error", opt_get_error},
{NULL, NULL}
};