文件名称:udpproxy:udp 后端的代理服务器
文件大小:39KB
文件格式:ZIP
更新时间:2024-06-26 04:23:41
C
代理服务器 介绍 This is proxy server for udp backend servers, with access control, load balance ,timeout , and retransmission. 编译 make clean; make 配置 [global] ;listen directive is used for the address to listen on , 0.0.0.0 stands for all address in the machine. listen=127.0.0.1 ; port directive is used for the listen port. port=8891 ;backends directive: ;format: ip:port:weight,ip:port:weight... ;weig
【文件预览】:
udpproxy-master
----proxy.h(478B)
----main.c(2KB)
----test()
--------backend_server.c(1KB)
--------client.c(1KB)
--------bcs(9KB)
--------cli(9KB)
----acl_control.c(378B)
----udpproxy(47KB)
----load_balance.c(2KB)
----daemon_init.h(376B)
----common_lib.c(543B)
----common_lib.h(1KB)
----queue.c(1KB)
----proxy.c(13KB)
----.gitignore(33B)
----load_balance.h(163B)
----Makefile(161B)
----acl_control.h(490B)
----conf.ini(192B)
----README.md(2KB)
----conf_parse.h(312B)
----queue.h(692B)
----conf_parse.c(5KB)
----daemon_init.c(1KB)