]> git.meshlink.io Git - meshlink/commit
Add support for sendmmsg(). feature/mmsg
authorGuus Sliepen <guus@meshlink.io>
Wed, 15 Apr 2020 23:48:33 +0000 (01:48 +0200)
committerGuus Sliepen <guus@meshlink.io>
Thu, 16 Apr 2020 00:18:10 +0000 (02:18 +0200)
commitea7be103c14b4469b10a96035464f5f3a41167f0
tree74e7898421a28cfdbcf3c41c1a04ad284904eaa3
parentf75cd07acd98c80464a0f4a9db1eac853ea0a32b
Add support for sendmmsg().

Try to batch consecutive packets sent to the same filedescriptor. To avoid
calling malloc() or memcpy(), we tell SPTPS to store the encrypted packet
into the next available pre-allocated buffer.
configure.ac
src/meshlink.c
src/net.h
src/net_packet.c
src/sptps.c
src/sptps.h