The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Evo::Net::Srv::Role

VERSION

version 0.0195

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. '*' or '::' for "all", '0.0.0.0. for ipv4 only.

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.