iamlinhui / rpt

内网穿透&反向代理 (支持TCP上层协议,支持HTTP/HTTPS端口复用)
https://holmes.cn
GNU General Public License v3.0
76 stars 22 forks source link

function:TCP Fast Open #4

Open lootoos opened 2 years ago

lootoos commented 2 years ago

will the function be added "TCP Fast Open?"(https://www.keycdn.com/support/tcp-fast-open) will protocol support be added "UDP"?

iamlinhui commented 2 years ago

TFO need modify bootstrap option , reference resources https://netty.io/wiki/tcp-fast-open.html UDP protocol on the way

lootoos commented 2 years ago

it's useless if the program doesn't support it. you need to add support for this in "rpt server"and "rpt-client"in this case TCP Fast Open will work. https://netty.io/wiki/tcp-fast-open.html I'm not a programmer, so I don't know what to do with it.