summaryrefslogtreecommitdiff
path: root/osdep/EthernetTap.hpp
AgeCommit message (Collapse)Author
2019-08-07Put kext back in Mac distro and use on versions older than High Sierra ↵Adam Ierymenko
(which lack the feth device)
2015-04-10Since which tap to use is chosen statically at compile time and the ↵Adam Ierymenko
factories are gone, there is now no need for inheritance or virtual methods (indirect calls) here. Should improve performance slightly to get rid of them.
2015-04-08osdep/ compile fixes, and remove some lingering OS-specific stuff from ↵Adam Ierymenko
node/Defaults
2015-03-31Move more stuff into osdep/ -- node/ will not use threads directly.Adam Ierymenko