rustg for UDP shipping (#7897)

The C++ UDP logging library has been swapped out with a rustg implementation. The rustg library uses non-blocking IO mode, and hopefully has less trouble than the C++ one. Though we'll have to see. It should error when the call is supposed to block.

The old library has been removed.
This commit is contained in:
Erki
2020-01-11 21:17:41 +02:00
committed by GitHub
parent 6a5073bac6
commit 18e03e0a02
9 changed files with 63 additions and 135 deletions

View File

@@ -280,5 +280,4 @@
/proc/key_name_admin(var/whom, var/include_name = 1)
return key_name(whom, 1, include_name, 1)
#undef RUST_G
#undef WRITE_LOG