# AcceptDict
Options object for the accept method.
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Overview
Simple object that defines properties to be set on the next accepted socket.
# Properties
# error
error :Callback<ErrorCallbackArgs>
Callback to be fired when the socket enters the ERROR state.
# timeout
timeout :Number
Timeout, in milliseconds, for all write
operations.
Can only be modified when this socket is in the INITIALIZED state.