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
At the moment, KnockSequence.java#166 attempts to open a full socket (read: full tcp handshake) with a 1000ms timeout to the knock destination for TCP packets, when all it actually needs to do is fire off a TCP SYN.