Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Make uv_udp_send send data immediately if possible #1358

Merged
merged 2 commits into from
Jul 8, 2014
Merged

Make uv_udp_send send data immediately if possible #1358

merged 2 commits into from
Jul 8, 2014

Commits on Jul 8, 2014

  1. Configuration menu
    Copy the full SHA
    4189122 View commit details
    Browse the repository at this point in the history
  2. test: fix watcher_cross_stop

    It's possible that recv_cb_called is bigger than the number of sockets,
    because if all sends succeed the recv callback is called twice: once
    with the actual data, and another time with 0.
    saghul committed Jul 8, 2014
    Configuration menu
    Copy the full SHA
    ad78e45 View commit details
    Browse the repository at this point in the history