Adam Ierymenko 494681a482 This might be a final fix for GitHub issue #173 and possibly others: ACTIVELY detect borked port status on Windows and if any "cable unplugged" or other wacky states are detected whack the adapter (close and reopen). Tested adding a whole bunch of windows networks, removing, adding more, etc. and it seems to work very well! hace 10 años
..
BSDEthernetTap.cpp 0e87002d78 BSDEthernetTap build fixes. hace 10 años
BSDEthernetTap.hpp ddaf3ef347 Bring BSDEthernetTap into the current century. hace 10 años
BackgroundResolver.cpp 2ad69237cf Background resolver. hace 10 años
BackgroundResolver.hpp 61021fc778 BackgroundResolver test. hace 10 años
Http.cpp f5848972f9 Windows now builds and runs selftest correctly, and fixed a Windows (and possibly other platforms) issue in Phy<>. hace 10 años
Http.hpp f5848972f9 Windows now builds and runs selftest correctly, and fixed a Windows (and possibly other platforms) issue in Phy<>. hace 10 años
LinuxEthernetTap.cpp 60f05518aa (1) now builds and works on Linux, (2) fix a threading problem causing carsh on shutdown, (3) cleanup in selftest, re-enable Phy and Http tests. hace 10 años
LinuxEthernetTap.hpp 60f05518aa (1) now builds and works on Linux, (2) fix a threading problem causing carsh on shutdown, (3) cleanup in selftest, re-enable Phy and Http tests. hace 10 años
OSUtils.cpp 86c87875a7 OSUtils::resolve() hace 10 años
OSUtils.hpp f5848972f9 Windows now builds and runs selftest correctly, and fixed a Windows (and possibly other platforms) issue in Phy<>. hace 10 años
OSXEthernetTap.cpp 60f05518aa (1) now builds and works on Linux, (2) fix a threading problem causing carsh on shutdown, (3) cleanup in selftest, re-enable Phy and Http tests. hace 10 años
OSXEthernetTap.hpp 67f1f1892f Bunch of tap stuff, IP address assignment hookups, etc. hace 10 años
Phy.hpp 00aa115898 Allow double-close just in case in Phy<> hace 10 años
README.md e61a40a956 docs hace 10 años
Thread.hpp f5848972f9 Windows now builds and runs selftest correctly, and fixed a Windows (and possibly other platforms) issue in Phy<>. hace 10 años
WindowsEthernetTap.cpp 494681a482 This might be a final fix for GitHub issue #173 and possibly others: ACTIVELY detect borked port status on Windows and if any "cable unplugged" or other wacky states are detected whack the adapter (close and reopen). Tested adding a whole bunch of windows networks, removing, adding more, etc. and it seems to work very well! hace 10 años
WindowsEthernetTap.hpp 494681a482 This might be a final fix for GitHub issue #173 and possibly others: ACTIVELY detect borked port status on Windows and if any "cable unplugged" or other wacky states are detected whack the adapter (close and reopen). Tested adding a whole bunch of windows networks, removing, adding more, etc. and it seems to work very well! hace 10 años

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.