Windows routing table interface (untested).

This commit is contained in:
Adam Ierymenko 2014-07-28 09:08:56 -07:00
commit f0199d6770
5 changed files with 253 additions and 5 deletions

View file

@ -25,8 +25,6 @@
* LLC. Start here: http://www.zerotier.com/
*/
#include "../Constants.hpp"
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
@ -42,9 +40,10 @@
#include <nldef.h>
#include <netioapi.h>
#include "../EthernetTap.hpp"
#include "../Utils.hpp"
#include "../Mutex.hpp"
#include "../node/Constants.hpp"
#include "../node/EthernetTap.hpp"
#include "../node/Utils.hpp"
#include "../node/Mutex.hpp"
#include "WindowsEthernetTap.hpp"
#include "..\windows\TapDriver\tap-windows.h"