summaryrefslogtreecommitdiff
path: root/src/udp_sender.cpp
AgeCommit message (Collapse)Author
2012-06-02UDP fixed on FreeBSDMartin Sustrik
readv and writev are defined in sys/uio.h according to POSIX standard. Not including this header caused build to fail on FreeBSD. This patch fixed the problem. Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
2012-06-01UDP supportMartin Lucina
Signed-off-by: Martin Lucina <martin@lucina.net>