sping icon indicating copy to clipboard operation
sping copied to clipboard

Split ping, see what direction the loss or latency is on

Results 9 sping issues
Sort by recently updated
recently updated
newest added

Hello, If an attacker requests a large number of new sessions, the server crashes after quite a lot of memory has been requested. Attack script: ```rb require 'socket' vhost =...

If the same session ID is generated twice, the old session is overwritten. Another session ID should be generated instead. https://github.com/benjojo/sping/blob/master/sessionhandle.go#L187

Hello, I am currently looking at the code for the program. It is about the following: The function "getLoss" determines how many packages have been lost. To do this, the...

Hello, I don't know if it's intentional or not, but the first measurement is saved in the second slot (1) and not in the first slot (0). This does not...

Host name resolution would provide at least two benefits: - usual benefit of DNS over IP in configs, clarity of what the peers actually are - possible use of host...

This looks very cool! I'm just curious how to use the CLI interface and Web interface. (and is the web UI required / or is the CLI the main interaction...

A small patch that allows IPv6 addresses to be used as peers. This is currently prevented due to a conflict between net.IP (which wants the address without brackets) and net.Dial...

``` % ./sping -peers 193.70.85.11 -debug.showstats foobar 2021/03/24 13:13:00 Listening on[::]:9523 it is now: 2021-03-24 13:13:01.000243893 +0100 CET m=+0.982975288 ``` The extra `foobar` has been silently ignored, which is bad,...

Hi @benjojo , interesting project. But I can't understand what benefits this project give compare to well-known TWAMP (https://tools.ietf.org/html/rfc5357) and implementation like https://github.com/nokia/twampy? Could please share your thought on that,...