improved testing and connection handling

This commit is contained in:
Joseph Henry
2017-04-20 13:39:46 -07:00
parent c65b609fb4
commit 76abb3e0a2
30 changed files with 2430 additions and 775 deletions

View File

@@ -19,6 +19,7 @@ struct pico_ethdev {
};
struct pico_device {
void *tap;
char name[MAX_DEVICE_NAME];
uint32_t hash;
uint32_t overhead;