Skip to content

Commit

Permalink
Add minor bit of documentation to zts_send to address ticket #74
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-henry committed Sep 4, 2020
1 parent 37c01e1 commit 96d25e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ZeroTierSockets.h
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,7 @@ ZTS_API int ZTCALL zts_ioctl(int fd, unsigned long request, void *argp);
* @param fd Socket file descriptor
* @param buf Pointer to data buffer
* @param len Length of data to write
* @param flags
* @param flags (e.g. ZTS_MSG_DONTWAIT, ZTS_MSG_MORE)
* @return Byte count sent on success. ZTS_ERR_SOCKET, ZTS_ERR_SERVICE, ZTS_ERR_ARG on failure.
*/
ZTS_API ssize_t ZTCALL zts_send(int fd, const void *buf, size_t len, int flags);
Expand Down

0 comments on commit 96d25e4

Please sign in to comment.