Jigsaw-Code / outline-ss-server

Outline Shadowsocks server
https://getoutline.org
Apache License 2.0
745 stars 189 forks source link

refactor: decouple the TCP handler from the listener #193

Closed sbruens closed 4 months ago

sbruens commented 4 months ago

This prevents re-use of the handler across different listeners. Instead, we can get the required information to log TCP probes from the client connection.