summaryrefslogtreecommitdiff
path: root/src/udp_sender.cpp
AgeCommit message (Collapse)Author
2012-06-13Revert "UDP support"Martin Sustrik
This reverts commit 9ba8f9a503d69b891fae38628e0038f49ed5b8a4.
2012-06-13Revert "UDP fixed on FreeBSD"Martin Sustrik
This reverts commit b018208d5901873a374d08a98cf31e3bb89d12d0.
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>