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
If one of the port between [HopStart, HopEnd] is blocked, the client knowns nothing about that, and still trying to forward packets to the port blocked (because of handshake succed on another port), without retrying and port switching ?
The text was updated successfully, but these errors were encountered:
After reading the source code of gohop, i have 2 questions about the implementation that i don't understand, could u explain it?
What does the 'rate' mean in hopPacketBuffer:Pop(), to delay the pop operation? What does the algorithm means?
For the PKCS5UnPadding method, if there's no padding, this method will still get the last byte as padding length, is it wrong ?
If one of the port between [HopStart, HopEnd] is blocked, the client knowns nothing about that, and still trying to forward packets to the port blocked (because of handshake succed on another port), without retrying and port switching ?
The text was updated successfully, but these errors were encountered: