首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 一个小型高效的TCP代理的Linux

一个小型高效的TCP代理的Linux

  • 资源大小:9.41 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: tcp proxy

资 源 简 介

tcproxy tcproxy is a small efficient tcp proxy for linux that can be used to port forwarding or load balance. sample usage tcproxy "any:11212 -> 11211" tcproxy -d "192.168.0.1:11212 -> 192.168.0.2:11211" tcproxy "any:11212 -> rr{192.168.0.100:11211 192.168.0.101:11211 192.168.0.102:11211}" tcproxy "any:11212 -> hash{192.168.0.100:11211 192.168.0.101:11211 192.168.0.102:11211}" see https://github.com/dccmx/tcproxy for new versions

文 件 列 表

tcproxy-0.2.2
README
event.c
Makefile
ChangeLog
policy.h
pool.h
policy.c
tcproxy.c
util.c
event.h
LICENSE
util.h
policy.rl
VIP VIP
0.180607s