]> Cypherpunks.ru repositories - govpn.git/commit
Performance optimizations
authorSergey Matveev <stargrave@stargrave.org>
Mon, 11 Aug 2014 11:32:13 +0000 (15:32 +0400)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 11 Aug 2014 13:24:22 +0000 (17:24 +0400)
commit6ae8a1b4d26b31f08773b4525b01d82efcc93544
tree42636a86824ebbdc2bba17515c18dc545ab9846f
parent9ef8dc4e99f80e7fa22750b7105cbdbc5abafef9
Performance optimizations

Do not use everytime buffer creation for each Ethernet, UDP and general
packet processing. Use channels to synchronize access to that shared
buffers.

Signed-off-by: Sergey Matveev <stargrave@stargrave.org>
govpn.go