Doubt on Connection Packet offset value #202
-
In Connection packet which is sent at the starting for connection, why is the offset for connection data is 74 shouldn't it be 70 ? From the code I can see connection data start after 70th byte. |
Beta Was this translation helpful? Give feedback.
Answered by
anthony-tuininga
Jul 19, 2023
Replies: 1 comment
-
What makes you think it should be 70? I just looked at the packet output and it looks indeed like the correct value is 74. This is the beginning of the first packet sent (which you can see by setting the environment variable
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cjbj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What makes you think it should be 70? I just looked at the packet output and it looks indeed like the correct value is 74. This is the beginning of the first packet sent (which you can see by setting the environment variable
PYO_DEBUG_PACKETS
to any value before running your program):