GithubHelp home page GithubHelp logo

mrlika / udpproxy Goto Github PK

View Code? Open in Web Editor NEW
12.0 4.0 1.0 122 KB

UDP proxy utility like udpxy implemented with asynchronous I/O and SSL/TLS support

License: GNU General Public License v3.0

CMake 0.99% C++ 99.01%

udpproxy's Introduction

udpproxy

UDP proxy utility like udpxy implemented with asynchronous I/O and SSL/TLS support.

Better buffer management model, comparing to udpxy, provides more reliable data transfer. Single threaded application (like Node.js). Can be used as C++ library for easy embedding into applications (Boost.Asio required).

Options:
-h [ --help ] Print help message
-p [ --port ] arg (=5000) Port to listen on
-a [ --listen ] arg (=0.0.0.0) Address to listen on
-c [ --clients ] arg (=0) Maximum number of clients to accept (0 = unlimited)
-B [ --buffer ] arg (=4096) Maximum UDP packet data size in bytes
-R [ --outputq ] arg (=1024) Maximum output queue length per client (0 = unlimited)
-o [ --oqoverflow ] arg (=clearq) Output queue overflow algorithm: 'clearq'(clear queue) or 'drop' (drop current input data)
-v [ --verbose ] Enable verbose output
-S [ --status ] Enable /status URL
-M [ --renew ] arg (=0) Renew multicast subscription interval in seconds (0 = disable)
-m [ --multicastif ] arg (=0.0.0.0) Multicast interface IP address
-T [ --httptimeout ] arg (=1) Timeout for HTTP connections in seconds (0 = disable)
-H [ --httpheader ] arg (=4096) Maximum input HTTP header size in bytes
--key arg Private key file in PEM format for SSL\TLS
--keypass arg Private key file password
--cert arg Certificate or full chain file in PEM format for SSL\TLS

udpproxy's People

Contributors

mrlika avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

qingchen1984

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.