Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: TCP_server #2083

Closed
louisabraham opened this issue Jun 11, 2019 · 3 comments
Closed

Feature request: TCP_server #2083

louisabraham opened this issue Jun 11, 2019 · 3 comments

Comments

@louisabraham
Copy link

Just like we have a TCP_client, a TCP_server would be great!

@gpotter2
Copy link
Member

Thanks for the suggestion.
Do you have an idea of what it should do to be valuable ? You can already do that with Python native sockets

@louisabraham
Copy link
Author

I guess to communicate with a TCP_client ;)

I actually wanted to do some TCP over UDP (using UDP as a layer 2). It's not possible to access the TCP layer of the native sockets without using a tun device or a local raw socket which both require root rights.
Hence, I needed an implementation of TCP :)

For the moment, I use quic which provides the same guarantees as TCP.

@guedou
Copy link
Member

guedou commented Jun 12, 2019

Moved to #399

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants