Explorar el Código

ft: 代码修改

master
SisMaker hace 3 años
padre
commit
5026d889b9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/udp/ntUdpSrv.erl

+ 1
- 1
src/udp/ntUdpSrv.erl Ver fichero

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

Cargando…
Cancelar
Guardar