TcpProxy:一个高性能的tcp代理服务器

时间:2024-07-06 02:04:31
【文件属性】:

文件名称:TcpProxy:一个高性能的tcp代理服务器

文件大小:3.55MB

文件格式:ZIP

更新时间:2024-07-06 02:04:31

Java

代理服务器 又一个 tcp 代理服务器。 特征 简单、小型的代码库 非常快,高性能 完全非阻塞的 IO 操作。 多IO线程 简单教程 ####1.更新配置文件“application.conf”。 tcpProxyServer { hosts = [ { localPort = 465 remoteHost = smtp . gmail . com remotePort = 465 } , { localPort = 993 remoteHost = imap . gmail . com remotePort = 993 } , { localPort = 995 remoteHost = pop . gmail . com remotePort = 995 } ] soBacklog =


【文件预览】:
TcpProxy-master
----pom.xml(1KB)
----src()
--------main()
----reConfigProj.bat(167B)
----LICENSE.md(20B)
----.gitignore(91B)
----README.md(730B)
----.gitattributes(483B)
----release()
--------config()
--------dependency()
--------TcpProxy-0.0.1-SNAPSHOT.jar(11KB)
--------tcpProxy.sh(766B)
--------restart.sh(239B)
--------tcpProxy.bat(73B)

网友评论