mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-07-22 07:58:10 -07:00
Fixed Link MDU output in phyparams()
This commit is contained in:
+1
-1
@@ -229,7 +229,7 @@ def phyparams():
|
|||||||
print("Plaintext Packet MDU : "+str(Packet.PLAIN_MDU)+" bytes")
|
print("Plaintext Packet MDU : "+str(Packet.PLAIN_MDU)+" bytes")
|
||||||
print("Encrypted Packet MDU : "+str(Packet.ENCRYPTED_MDU)+" bytes")
|
print("Encrypted Packet MDU : "+str(Packet.ENCRYPTED_MDU)+" bytes")
|
||||||
print("Link Curve : "+str(Link.CURVE))
|
print("Link Curve : "+str(Link.CURVE))
|
||||||
print("Link Packet MDU : "+str(Packet.ENCRYPTED_MDU)+" bytes")
|
print("Link Packet MDU : "+str(Link.MDU)+" bytes")
|
||||||
print("Link Public Key Size : "+str(Link.ECPUBSIZE*8)+" bits")
|
print("Link Public Key Size : "+str(Link.ECPUBSIZE*8)+" bits")
|
||||||
print("Link Private Key Size : "+str(Link.KEYSIZE*8)+" bits")
|
print("Link Private Key Size : "+str(Link.KEYSIZE*8)+" bits")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user