You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While experimenting with a minified relay-only model, I encounter an unexpected PTCP packet type during the realm binding process.
After sending a Binding Port packet, the system receives a PTCP packet identified as type 0x0a, which the current implementation doesn't recognize. This occurs after the initial PTCP session (SYN/SYN-ACK) is successfully established and during the realm binding attempt.
Any insights into packet type 0x0a and its role in the PTCP relay protocol would be greatly appreciated.
Here's a snippet from the debug logs showing the received packet:
Hi,
While experimenting with a minified relay-only model, I encounter an unexpected PTCP packet type during the realm binding process.
After sending a
Binding Port
packet, the system receives a PTCP packet identified as type0x0a
, which the current implementation doesn't recognize. This occurs after the initial PTCP session (SYN/SYN-ACK) is successfully established and during the realm binding attempt.Any insights into packet type
0x0a
and its role in the PTCP relay protocol would be greatly appreciated.Here's a snippet from the debug logs showing the received packet:
Thank you for your help!
Best regards
The text was updated successfully, but these errors were encountered: