summaryrefslogtreecommitdiff
path: root/osdep/OSXEthernetTap.hpp
AgeCommit message (Collapse)Author
2015-04-10Add some TRACE around pinging (for now), and refactor service/One to just ↵Adam Ierymenko
run in the foreground as some platforms may not require threads at all.
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-31osnet -> osdepAdam Ierymenko