Skip to content

Conversation

@geaaru
Copy link
Contributor

@geaaru geaaru commented Jul 5, 2018

Added async client and server implementation for python >=3.5.

I think that we could consider to drop support of py2.7.

@GIC-de GIC-de self-requested a review July 5, 2018 18:55
@GIC-de GIC-de self-assigned this Jul 5, 2018
@GIC-de GIC-de merged commit 9eb12dc into pyradius:master Jul 5, 2018
GIC-de pushed a commit that referenced this pull request Jul 5, 2018
GIC-de pushed a commit that referenced this pull request Jul 6, 2018
geaaru pushed a commit to geaaru/pyrad that referenced this pull request Jul 30, 2018
@ghost
Copy link

ghost commented Dec 10, 2018

Hello Christian.
You are using reuse_port=True on server_async.py when calling create_datagram_endpoint.
On my linux the option SO_REUSEPORT is not supported (special modified Linux based on kernel 3.10).
What is the impact of locally changing reuse_port to False?
My server is single threaded (async of course) and the client is sending UDP.
Thanks,
Gil

@geaaru
Copy link
Contributor Author

geaaru commented Dec 10, 2018

@gsudai See my pending pr: #86 . I already added support to configure that option.

Bye

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants