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
Instead of accepting new connections, I get this in the log of the listener:
2019-06-13 10:00:21.911122+0200 [INFO] New QUIC connection
2019-06-13 10:00:21.911199+0200 [DBUG] Received extra byte connection="&{sess:0xc42034a200 stream:0xc420222a80}" extraByte=[88]
2019-06-13 10:00:21.911276+0200 [INFO] Closing new connection as there's already a connection conn="&{sess:0xc42034a200 stream:0xc420222a80}"
Listener was started with netcat -vv -b -k -l 12345, client with netcat -b 17-ffaa:1:a,[127.0.0.1] 12345
The text was updated successfully, but these errors were encountered:
cneukom
pushed a commit
to cneukom/scion-apps
that referenced
this issue
Nov 12, 2020
Instead of accepting new connections, I get this in the log of the listener:
Listener was started with
netcat -vv -b -k -l 12345
, client withnetcat -b 17-ffaa:1:a,[127.0.0.1] 12345
The text was updated successfully, but these errors were encountered: