More tap driver work, increment version number, remove old binaries since signatures may not have been valid.

This commit is contained in:
Adam Ierymenko 2014-01-22 18:38:45 -08:00
commit 2da6a7570b
15 changed files with 39 additions and 252 deletions

View file

@ -47,6 +47,5 @@
#define PACKET_QUEUE_SIZE 64 // tap -> userspace queue size
#define IRP_QUEUE_SIZE 16 // max number of simultaneous i/o operations from userspace
#define INJECT_QUEUE_SIZE 16 // DHCP/ARP -> tap injection queue
#define TAP_LITTLE_ENDIAN // affects ntohs, htonl, etc. functions