Class | Rev::TCPListener |
In: |
lib/rev/listener.rb
|
Parent: | Listener |
DEFAULT_BACKLOG | = | 1024 |
Create a new Rev::TCPListener on the specified address and port. Accepts the following options:
:backlog - Max size of the pending connection queue (default 1024) :reverse_lookup - Retain BasicSocket's reverse DNS functionality (default false)