Windows Support

This commit is contained in:
Joseph Henry
2017-10-09 17:56:40 -07:00
parent 06a09edd6d
commit 2900f1f995
28 changed files with 486 additions and 241 deletions

View File

@@ -34,10 +34,13 @@
#include "Phy.hpp"
#include "OSUtils.hpp"
#if defined(__linux__) || defined(__APPLE__)
#include <sys/select.h>
#endif
#include <queue>
#include <vector>
#include <stdio.h>
#include <sys/select.h>
#define BUF_SZ 1024*1024