Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListenAndServe ¶ added in v0.1.3
func UpgradeHTTP ¶
Types ¶
type Pool ¶ added in v0.1.3
type Pool struct { // maximum cap clients allowed Capacity uint // Maximum message size allowed from peer. ReadBufferSize int64 // Time allowed to read the next pong message from the peer. ReadTimeout time.Duration // Time allowed to write a message to the peer. WriteTimeout time.Duration // contains filtered or unexported fields }
func (*Pool) ListenAndServe ¶ added in v0.1.3
Click to show internal directories.
Click to hide internal directories.