[object Object]

← back to Exo

prioritise LL4

a3f8ecba9e454d644c4eddb309d8a614f89388ba · 2025-12-05 15:08:18 +0000 · Evan

Files touched

Diff

commit a3f8ecba9e454d644c4eddb309d8a614f89388ba
Author: Evan <evanev7@gmail.com>
Date:   Fri Dec 5 15:08:18 2025 +0000

    prioritise LL4
---
 src/exo/shared/types/topology.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exo/shared/types/topology.py b/src/exo/shared/types/topology.py
index 33d7c752..0df83510 100644
--- a/src/exo/shared/types/topology.py
+++ b/src/exo/shared/types/topology.py
@@ -34,4 +34,4 @@ class Connection(CamelCaseModel):
         )
 
     def is_thunderbolt(self) -> bool:
-        return str(self.send_back_multiaddr.ipv4_address).startswith("200.0")
+        return str(self.send_back_multiaddr.ipv4_address).startswith("169.254")

← 5ef1df1e rust: move Cargo.toml to the root  ·  back to Exo  ·  pingers e702313b →