Optimised announces to 151 bytes

This commit is contained in:
Mark Qvist
2021-05-20 16:56:08 +02:00
parent 9c995b33dd
commit db527b6759
4 changed files with 10 additions and 12 deletions
+1
View File
@@ -186,6 +186,7 @@ class Packet:
self.packed = True
self.update_hash()
def unpack(self):
self.flags = self.raw[0]
self.hops = self.raw[1]