Flowdock
method

linger

Importance_1
v1_9_2_180 - Show latest stable - 0 notes - Class: Option
linger() public

Returns the linger data in sockopt as a pair of boolean and integer.

sockopt = Socket::Option.linger(true, 10)
p sockopt.linger => [true, 10]
Show source
Register or log in to add new notes.