Results 5 comments of Cassandra

Looked into it- FTP does not send a handshake upon creating the connection, instead expecting the server to send the first packet. Potentially a fallback server option could be implemented,...

It'd be a nice idea for the roadmap, but TCP is what lets us keep track of proxied connections. We'd effectively have to build a UDP state machine. I'll definitely...

Yeah, that's... a bit of a problem, hence why I mentioned state tracking. You need to keep track of your clients individually otherwise this happens. For now I'd suggest just...

Yep. ``` ❯ nixos-version 21.05.1105.6613a30c5e3 (Okapi) ~ ❯ gnome-shell --version GNOME Shell 40.1 ``` I dunno, at this point it seems like the blame might lie with NixOS.