Coder Social home page Coder Social logo

yove.proxy's People

Contributors

jtone123 avatar thesuunny avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

yove.proxy's Issues

Cannot handle exception in WaitStream()

Hello, i've been having an issue with timeouts, sometimes a proxy will timeout and it will cause the whole program to crash because the exception cannot be handled, as it is thrown in AcceptCallback()
screenshot

Proxy Authentification

Hello budd, i love your work and if you could please add proxy authentification with username and password thanks c:

System.Net.Sockets.SocketException: Address already in use

Hello,

I am trying to create a large number of proxies of both Socks4 and Socks5 type. When I do so, I get this error:

Unhandled Exception: System.Net.Sockets.SocketException: Address already in use
   at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, String callerName)
   at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.Sockets.Socket.Bind(EndPoint localEP)
   at Yove.Proxy.ProxyClient.CreateInternalServer()
   at Yove.Proxy.ProxyClient..ctor(String Host, Int32 Port, ProxyType Type)

Any ideas how I can resolve this?

issue with Relay method

I used your library for a small project and it wasn't quite working.
The issue was there:
private void Relay(Socket Source, Socket Target) { try { Task.Run(() => { Relay(Target, Source); });
This will start quite a few threads until one of the sockets dies. The task needs to run only once

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.