|
|
@ -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; |
|
|
|
|
|
|
|