Initial message_bridge client and server

These will forward data, and track what made it across and what didn't
when configured correctly.  This should be off if nothing is requested
to be logged remotely.

It implements ttl, reconnects, and has a basic smoke test.

We still need to handle forwarding data for logging.

Change-Id: I7daebe8cef54029a5733b7f81ee6b68367c80d82
diff --git a/compilers/linaro_linux_gcc.BUILD b/compilers/linaro_linux_gcc.BUILD
index db2e9bb..aea261d 100644
--- a/compilers/linaro_linux_gcc.BUILD
+++ b/compilers/linaro_linux_gcc.BUILD
@@ -63,7 +63,10 @@
         "libexec/**",
         "lib/gcc/arm-linux-gnueabihf/**",
         "include/**",
-    ]),
+    ], exclude=["arm-linux-gnueabihf/libc/usr/include/linux/sctp.h"]) +
+    [
+        "@org_frc971//third_party/linux:sctp",
+    ],
 )
 
 filegroup(