ZeroTierOne/osdep
Adam Ierymenko 24469a7f43 .
2016-04-06 16:47:11 -07:00
..
Arp.cpp boring doc stuff 2016-01-12 14:04:55 -08:00
Arp.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
BackgroundResolver.cpp boring doc stuff 2016-01-12 14:04:55 -08:00
BackgroundResolver.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
Binder.hpp Binder for Windows, and use Binder to get local interface addresses to advertise. 2016-04-05 15:53:19 -07:00
BSDEthernetTap.cpp boring doc stuff 2016-01-12 14:04:55 -08:00
BSDEthernetTap.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
BSDRoutingTable.cpp . 2016-04-06 16:47:11 -07:00
BSDRoutingTable.hpp . 2016-04-06 16:47:11 -07:00
Http.cpp OneService now binds all ports to specific local interfaces instead of wildcard and rebinds on changes. (default route) 2016-04-05 15:44:08 -07:00
Http.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
LinuxEthernetTap.cpp Check for /dev/tun as well as /dev/net/tun since some Linux devices put it there. 2016-01-21 16:01:24 -08:00
LinuxEthernetTap.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
LinuxRoutingTable.cpp . 2016-04-06 16:47:11 -07:00
LinuxRoutingTable.hpp . 2016-04-06 16:47:11 -07:00
OSUtils.cpp boring doc stuff 2016-01-12 14:04:55 -08:00
OSUtils.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
OSXEthernetTap.cpp boring doc stuff 2016-01-12 14:04:55 -08:00
OSXEthernetTap.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
Phy.hpp OneService now binds all ports to specific local interfaces instead of wildcard and rebinds on changes. (default route) 2016-04-05 15:44:08 -07:00
PortMapper.cpp boring doc stuff 2016-01-12 14:04:55 -08:00
PortMapper.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
README.md docs 2015-03-31 14:12:33 -07:00
RoutingTable.cpp . 2016-04-06 16:47:11 -07:00
RoutingTable.hpp . 2016-04-06 16:47:11 -07:00
TestRoutingTable.cpp . 2016-04-06 16:47:11 -07:00
TestRoutingTable.hpp . 2016-04-06 16:47:11 -07:00
Thread.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
WindowsEthernetTap.cpp More Windows tweaks and a compile fix. 2016-03-02 19:06:29 -08:00
WindowsEthernetTap.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
WindowsRoutingTable.cpp . 2016-04-06 16:47:11 -07:00
WindowsRoutingTable.hpp . 2016-04-06 16:47:11 -07:00

OS-Dependent and OS-Interface Things

This folder contains stuff that interfaces with the base operating system like Phy for network access and the various OS-specific Ethernet tap drivers.