issues Search Results · repo:benjojo/sping language:Go
Filter by
16 results
(74 ms)16 results
inbenjojo/sping (press backspace or delete to remove)When measuring and comparing latency I find it quite valuable to also measure the hopcount between hosts. This
immediately shows routing changes and can help to categorize reasons for latency changes when ...
electroniceel
- 1
- Opened on Jan 30, 2024
- #20
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:
require socket
vhost = 127.0.0.1
vport = 6924
class ...
marek22k
- Opened on Nov 7, 2023
- #19
It is possible for an attacker to send UDP packets with any session ID. By sending 2**32 packets with a session ID
starting at 0, the attacker would manage to falsify all active measurements by one value. ...
marek22k
- 1
- Opened on Nov 6, 2023
- #18
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
marek22k
- Opened on Nov 6, 2023
- #17
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 For loop is run through for the ...
marek22k
- Opened on Nov 5, 2023
- #16
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 make much sense to me. Should it be like this? If ...
marek22k
- Opened on Nov 5, 2023
- #15
There is currently no license information provided in the repo. Please add a LICENSE file or similar to make it clear.
Thanks!
elcabaye
- 2
- Opened on Sep 5, 2022
- #14
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 name in metric exports to again make ...
elcabaye
- Opened on Sep 5, 2022
- #13
Expected goal: rx latency + tx laentcy ≈ ping latency But the rx/tx latency by sping does not match the latency of ping,
the difference is several orders of magnitude
- Ping between different nodes ...
Sangshaai
- 6
- Opened on Oct 21, 2021
- #12
% ./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, ...
bortzmeyer
- Opened on Mar 24, 2021
- #10

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.