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

Commit

Permalink
Fix pasto: uv_udp_recv_start() receives a UDP datagram, it doesn't se…
Browse files Browse the repository at this point in the history
…nd data.
  • Loading branch information
jedisct1 authored and bnoordhuis committed Oct 18, 2011
1 parent 2069a24 commit e8a418e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/uv.h
Expand Up @@ -610,7 +610,7 @@ int uv_udp_send6(uv_udp_send_t* req, uv_udp_t* handle, uv_buf_t bufs[],
int bufcnt, struct sockaddr_in6 addr, uv_udp_send_cb send_cb);

/*
* Send data. If the socket has not previously been bound with `uv_udp_bind`
* Receive data. If the socket has not previously been bound with `uv_udp_bind`
* or `uv_udp_bind6`, it is bound to 0.0.0.0 (the "all interfaces" address)
* and a random port number.
*
Expand Down

0 comments on commit e8a418e

Please sign in to comment.