Skip to content

alias TCPTimeoutMode


(alias) TCPTimeoutMode = ("b"|"t")
    | "b" -- block timeout. Specifies the upper limit on the amount of time LuaSocket can be blocked by the operating system while waiting for completion of any single I/O operation.
    | "t" -- total timeout. Specifies the upper limit on the amount of time LuaSocket can block a Lua script before returning from a call.