Sfoglia il codice sorgente

ft: 代码修改

master
SisMaker 3 anni fa
parent
commit
5026d889b9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/udp/ntUdpSrv.erl

+ 1
- 1
src/udp/ntUdpSrv.erl Vedi 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;

Caricamento…
Annulla
Salva