Adam Ierymenko c278f05181 RoutingTable build fixes. 8 лет назад
..
Arp.cpp 4e4fd51117 boring doc stuff 9 лет назад
Arp.hpp 4e4fd51117 boring doc stuff 9 лет назад
BSDEthernetTap.cpp 4e4fd51117 boring doc stuff 9 лет назад
BSDEthernetTap.hpp 4e4fd51117 boring doc stuff 9 лет назад
BackgroundResolver.cpp 4e4fd51117 boring doc stuff 9 лет назад
BackgroundResolver.hpp 4e4fd51117 boring doc stuff 9 лет назад
Binder.hpp 504738b183 Binder for Windows, and use Binder to get local interface addresses to advertise. 9 лет назад
Http.cpp 32cd2a02c9 OneService now binds all ports to specific local interfaces instead of wildcard and rebinds on changes. (default route) 9 лет назад
Http.hpp 4e4fd51117 boring doc stuff 9 лет назад
LinuxEthernetTap.cpp 7526ed705c Check for /dev/tun as well as /dev/net/tun since some Linux devices put it there. 9 лет назад
LinuxEthernetTap.hpp 4e4fd51117 boring doc stuff 9 лет назад
OSUtils.cpp 4e4fd51117 boring doc stuff 9 лет назад
OSUtils.hpp 4e4fd51117 boring doc stuff 9 лет назад
OSXEthernetTap.cpp 4e4fd51117 boring doc stuff 9 лет назад
OSXEthernetTap.hpp 4e4fd51117 boring doc stuff 9 лет назад
Phy.hpp 32cd2a02c9 OneService now binds all ports to specific local interfaces instead of wildcard and rebinds on changes. (default route) 9 лет назад
PortMapper.cpp 4e4fd51117 boring doc stuff 9 лет назад
PortMapper.hpp 4e4fd51117 boring doc stuff 9 лет назад
README.md e61a40a956 docs 10 лет назад
RoutingTable.cpp c278f05181 RoutingTable build fixes. 8 лет назад
RoutingTable.hpp c278f05181 RoutingTable build fixes. 8 лет назад
Thread.hpp 4e4fd51117 boring doc stuff 9 лет назад
WindowsEthernetTap.cpp b6f6ed35fc More Windows tweaks and a compile fix. 9 лет назад
WindowsEthernetTap.hpp 4e4fd51117 boring doc stuff 9 лет назад

README.md

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.