GithubHelp home page GithubHelp logo

hartl3y94 / udpastcp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hello71/udpastcp

0.0 0.0 0.0 62 KB

This program hides UDP traffic as TCP traffic in order to bypass certain firewalls.

License: GNU General Public License v3.0

Makefile 0.51% C 98.63% Shell 0.85%

udpastcp's Introduction

This project is incomplete, abandoned, and obsolete. Use https://github.com/wangyu-/udp2raw-tunnel instead.

---

This program hides UDP traffic as TCP traffic in order to bypass certain
firewalls.

It is not designed to bypass rigorous deep packet inspection; for example,
there is no window scaling; all data received as UDP will be immediately
transmitted as TCP with a fixed window size. There is also no retransmission,
although that could be implemented (at a detriment to the overall network health).

This program is intended to be C99 and POSIX compatible, and requires only
libev. If desired, it should be easily portable to use libevent instead, as it
uses only basic event-based programming concepts.

Example usage:
    # gmake
    [ ... ]
    # ./test.sh
    IPv4 test succeeded.
    IPv6 test succeeded.
    server# openvpn --config ... --proto udp6 --local ::1
    server# udpintcp server server 11940 ::1 1194
    client# udpintcp client ::1 1194 server 11940
    client# openvpn --config ... --proto udp6 --remote ::1 11940

I've abandoned this project because I don't think it's that useful in practice,
since meddling middleboxes tend to screw with the oddities required by UDP in
TCP (no retransmissions, for one). For tunneling, SOCKS seems like a better
solution, especially since QUIC is dead.

udpastcp's People

Contributors

hello71 avatar

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.