Currently shadowsocks works on both TCP and UDP by default. Is it possible to add tcp_only and udp_only option?
This may be helpful to separate the TCP and UDP forward chain:
SS-TCP Listener ---> Forwarder1 (may only support tcp) ---> Internet
SS-UDP Listener ---> Forwarder2 (support udp) ---> Internet
Thanks.