NAME
Evo::Net::Srv::Role
VERSION
version 0.0208
Each component should provide srv_handle_accept
and may want override srv_handle_error
srv_listen
Create a socket and call listen.
- ip
-
Ip to bind to. Use
'0.0.0.0'
or'::'
for "all" - port
-
Port to bind to. Without this option a free port will be generated
- backlog
-
Default
SOMAXCONN
- nodelay
- requseport
- reuseaddr
-
Default
1
AUTHOR
alexbyk.com
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by alexbyk.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.