Browse Source

ft: 代码修改

master
SisMaker 3 years ago
parent
commit
5026d889b9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/udp/ntUdpSrv.erl

+ 1
- 1
src/udp/ntUdpSrv.erl View File

@ -153,7 +153,7 @@ handleMsg({udp, Sock, IP, InPortNo, Packet}, #state{oSock = Sock, conMod = ConMo
kpS
end
end;
handleMsg({udp_passive, Sock}, #state{oSock = Sock} = State) ->
handleMsg({udp_passive, Sock}, #state{oSock = Sock} = _State) ->
inet:setopts(Sock, [{active, 100}]),
kpS;

Loading…
Cancel
Save