This commit is contained in:
root
2025-10-02 15:53:14 +01:00
parent 77fcdaa08e
commit 9de903f2db

View File

@@ -1072,7 +1072,7 @@ try:
binary_data = payload.get_bytes() binary_data = payload.get_bytes()
print(f"Binary payload: {len(binary_data)} bytes") print(f"Binary payload: {len(binary_data)} bytes")
#print(f"Binary payload: {binary_data}")
#create UDP socket (will return socket number) -> 17 is UDP protocol and 6 is TCP protocol #create UDP socket (will return socket number) -> 17 is UDP protocol and 6 is TCP protocol
# IF ERROR -> need to create the PDP connection # IF ERROR -> need to create the PDP connection