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

Fixed race waiting for ARP response #86

Merged
merged 2 commits into from
Dec 5, 2014
Merged

Fixed race waiting for ARP response #86

merged 2 commits into from
Dec 5, 2014

Commits on Dec 3, 2014

  1. Fixed race waiting for ARP response

    We didn't start watching the condition until after sending the packet.
    By then, it may have already sent the notification.
    talex5 committed Dec 3, 2014
    Configuration menu
    Copy the full SHA
    7985227 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2014

  1. Use Lwt thread for ARP response

    Using a Lwt_condition here is unnecessary complicated, and risks races
    such as the one fixed in the previous commit.
    talex5 committed Dec 4, 2014
    Configuration menu
    Copy the full SHA
    3fecdb7 View commit details
    Browse the repository at this point in the history