Giter Club home page Giter Club logo

enet-socks5's People

Contributors

zkevz avatar

Stargazers

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

Watchers

 avatar  avatar

Forkers

1i8 aliersahan

enet-socks5's Issues

deleted issue

My implementation outperforms this repo and Olli's implementation (recently published on github) massively in especially 5 aspects:

  1. The fact that my implementation has an actual framework
  2. My implementation has a very high-performance, extremely multithreaded, multi-clustered architecture
  3. My implementation has custom ENet tweaks (such as lower ping frequency to save bandwidth & CPU), other optimizations
  4. My implementation allows for more than 1024 sockets to be opened (go try yourself and you will see what I mean), that's because I make use of poll() instead of the default select() in ENet, select() only allows for 3 bits of data per file descriptor, meaning you should get segmentation faults when trying to spawn more than 1024 bots. With my implementation, you can go full 64K (32K for udp, and 32k for the socks5 tcp implementation)
  5. Lastly, my implementation actually works up-to-date because you will get shadowbans on THIS as opposed to mine because you dont visit the webserver before to 1. grab meta and 2. making a request to growtopia1.com/growtopia2.com is necessary to avoid shadowbans, and you can't easily do it in your implementation because your socks5 stuff isn't separated, it is embedded right into ENet itself which doesn't really give much headroom to do anything else from within the socks5 connection, to get its proxy IP on the webserver and not your own local ip as if you were to visit the page normally.

what wrong with this ? it wont connect to gt

the socks5 i had is be able to connect growtopia1.com and growtopia2.com
i`ve added the protocol u said
enet_host_set_using_new_packet(host, 1);
and not works, still get packet type 2
here code

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.