Fixed port emit, it was using remotePort instead of localPort
This commit is contained in:
parent
eb4b62e9c4
commit
e70ae9c533
@ -500,7 +500,7 @@ var pool = module.exports = function pool(options, authorizeFn){
|
|||||||
params.nTime,
|
params.nTime,
|
||||||
params.nonce,
|
params.nonce,
|
||||||
client.remoteAddress,
|
client.remoteAddress,
|
||||||
client.socket.remotePort,
|
client.socket.localPort,
|
||||||
params.name
|
params.name
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user