Commit graph

21 commits

Author SHA1 Message Date
dqos 761c00740f
Fixes issue 44, caused by --- in PTRs. 2024-08-24 20:26:09 +02:00
Adam Brenner c00e5d6e1d Fix ss command on newer versions of iproute2
The iproute2 package starting in version 6.7.0 changed the way the ss
command outputs internal TCP information via the -i/--info option which
LookingGlass uses to display latency information.

In prior versions the flags: -Hint would show internal TCP information.
However starting in version 6.7.0 an additional flag -p/--processes
needs to be passed in to get the same information.

The changes were commited upstream in
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/misc/ss.c?id=87d804ca0854b09c07872e9fd6036bf5d3e0cc85
and effects all versions of iproute2 6.7.0 and later.

Old versions continue to work with and without the -p/--processes flag.
In my limited testing it appears adding extra flag is backwards
compatible and should not break anything.

Signed-off-by: Adam Brenner <adam@aeb.io>
2024-02-03 08:45:39 -08:00
evanebb 308c84f423
Fix typo 2023-12-02 21:24:14 +01:00
dqos 979b1e081e
Add (auto) Dark mode 2023-11-21 15:12:45 +01:00
dqos 9346288160
Fix latency feature 2023-11-01 19:14:38 +01:00
dqos 540bef3e12
Fix latency feature thanks to Marc 2023-11-01 18:57:19 +01:00
dqos 3e6c6d8c0a Some experimenting 2023-03-25 16:07:03 +01:00
dqos ee8baae426 Some experimenting 2023-03-25 16:06:46 +01:00
dqos 10d9568289 Some experimenting 2023-03-25 16:05:50 +01:00
dqos 41adb719f8 Some experimenting 2023-03-25 15:35:05 +01:00
Marc f31f7e4510
Fix #12
Uncaught TypeError: posix_kill(): Argument #1 ($process_id) must be of type int, string given
2023-03-01 10:25:40 +01:00
Kim-Eirik Karlsen 8267094825
Specify ipv4 for ping as the dns resolv of ping may default to ipv6 unless specified. 2022-12-27 00:23:52 +01:00
Marc Hagen f975812a1d
Add LG_MAPS_QUERY 2022-11-23 12:46:55 +01:00
Marc Hagen 335b74ef7c
disable formatter 2022-11-23 12:46:42 +01:00
Marc Hagen abddfc4a64
Use constants to define methods 2022-11-23 12:03:16 +01:00
Marc Hagen f6a470e8f8
Add live MTR to LookingGlass 2022-11-23 11:48:40 +01:00
Marc Hagen c18884639e
Use consts 2022-11-23 11:48:14 +01:00
Marc Hagen dc106e2975
Adding const used throughout the project 2022-11-23 11:47:51 +01:00
Alex Thomassen 0818117a8f
Fix: Resolve AAAA record from hostname 2022-04-18 13:32:43 +00:00
dqos 3bcecef5df Fix for Debian in Docker. 2022-04-14 12:12:50 +02:00
dqos fa5dd79308 Initial commit 2022-01-15 19:40:44 +01:00