SkillAgentSearch skills...

TcpProxy

A high performance tcp proxy server.

Install / Use

/learn @dawnbreaks/TcpProxy
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

TcpProxy

Yet another tcp proxy server.

Features

  • Simple, small code base
  • Very fast, high performance
  • Totally non-blocking IO operations.
  • Multi IO thread

Simple tutorial

####1.Update config file "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 =1000
	connectTimeoutMillis = 15000
	ioThreadNum = 16
	debug = false
}

======== Please feel free to contact me(2005dawnbreaks@gmail.com) if you have any questions.

Related Skills

View on GitHub
GitHub Stars15
CategoryDevelopment
Updated5y ago
Forks7

Languages

Java

Security Score

60/100

Audited on Jul 15, 2020

No findings