]> Cypherpunks.ru repositories - govpn.git/commit
Remove all new variable allocations at all in transport protocol
authorSergey Matveev <stargrave@stargrave.org>
Mon, 4 May 2015 09:32:28 +0000 (12:32 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 4 May 2015 09:32:28 +0000 (12:32 +0300)
commit9a0e853e037623bfc5e2368d39c6cce12f4cebb2
treec8258be518f7c8f4959b7412764ff3b327eaafd7
parente1fbc89e30babede2f69b0635624656fe9973846
Remove all new variable allocations at all in transport protocol

Also remove success check of WriteToUDP. It is unnecessary in practice.

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