What does "The specified network name is no longer available" mean in psping?
"The specified network name is no longer available" is displayed if I include a -l in the command:
C:\IT\PSTools>psping -l 32 52.96.110.34:443
PsPing v2.12 - PsPing - ping, latency, bandwidth measurement utility
Copyright (C) 2012-2023 Mark Russinovich
Sysinternals - www.sysinternals.com
TCP latency test connecting to 52.96.110.34:443: Connected
9 iterations (warmup 5) sending 32 bytes TCP latency test: 0%
The specified network name is no longer available.
TCP roundtrip latency statistics (post warmup):
Sent = 0, Size = 32, Total Bytes: 0,
Minimum = 0.00ms, Maximum = 0.00ms, Average = 0.00ms
But it runs fine if I omit the -l:
C:\IT\PSTools>psping 52.96.110.34:443
PsPing v2.12 - PsPing - ping, latency, bandwidth measurement utility
Copyright (C) 2012-2023 Mark Russinovich
Sysinternals - www.sysinternals.com
TCP connect to 52.96.110.34:443:
5 iterations (warmup 1) ping test:
Connecting to 52.96.110.34:443 (warmup): from 10.118.11.55:53782: 42.63ms
Connecting to 52.96.110.34:443: from 10.118.11.55:53783: 43.07ms
Connecting to 52.96.110.34:443: from 10.118.11.55:53784: 41.95ms
Connecting to 52.96.110.34:443: from 10.118.11.55:53786: 42.95ms
Connecting to 52.96.110.34:443: from 10.118.11.55:53787: 42.34ms
TCP connect statistics for 52.96.110.34:443:
Sent = 4, Received = 4, Lost = 0 (0% loss),
Minimum = 41.95ms, Maximum = 43.07ms, Average = 42.58ms