Suppose I execute the following in command prompt:
telnet XXX.XXX.XXX.XXX 80
half a second later, I realize it would never connect (for whatever reason). I want to abort the connection attempt instead of waiting for it to timeout.
Pressing either Ctrl + c
, Ctrl + ]
, Ctrl + q
or quit
does nothing.