Use static buffers for recvmmsg(), initialize them only as needed.
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 10 Dec 2015 15:45:05 +0000 (16:45 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 10 Dec 2015 15:45:05 +0000 (16:45 +0100)
commitcda5a477c8138226d184a176256d559971b4f7ed
tree180af8ae5135d5d412c891ae31fd208e2e7822f4
parente4fd81ed2d66b8fe3c2857244fe3da85c803cf60
Use static buffers for recvmmsg(), initialize them only as needed.

As suggested by Michael Tokarev.
src/net_packet.c