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

Fix for UDP server failing to start on Linux VM #187

Merged
merged 1 commit into from
Jan 26, 2023

Conversation

shalinnijel2
Copy link
Contributor

@shalinnijel2 shalinnijel2 commented Jan 11, 2023

  • While testing on VM, the following lines had to be added for UDP server to come up.
 if not hasattr(socket, "SO_BINDTODEVICE"):
    socket.SO_BINDTODEVICE = 25
  • Added a comment in readme suggesting running the project on a VM if using Windows.

@shalinnijel2 shalinnijel2 force-pushed the udp_server_fix_linux_vm branch from 89b731d to b4fb48a Compare January 26, 2023 18:42
@shalinnijel2 shalinnijel2 merged commit 6c1cda1 into master Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants