Split backend and outgoing. Rename backend -> receive, client -> send.

This commit is contained in:
Ian Gulliver
2016-02-17 17:19:57 -08:00
parent ae5b4c1ce4
commit 5671f37f8a
16 changed files with 464 additions and 429 deletions

View File

@@ -4,7 +4,7 @@
#include <stdint.h>
#include "common.h"
#include "backend.h"
#include "receive.h"
#include "beast.h"
struct __attribute__((packed)) beast_common_overlay {