net.server_event: Add conn:setoption() to set options on the socket

vault/0.11
Matthew Wild 16 years ago
parent 38b5bebb5e
commit a00a7f76bc
  1. 4
      net/server_event.lua

@ -418,6 +418,10 @@ do
return true
end
function interface_mt:setoption(option, value)
return self.conn:setoption(option, value);
end
-- Stub handlers
function interface_mt:onconnect()
end

Loading…
Cancel
Save