You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Only write if network.available() returns 0
2. Rewrite if writing to TUN device fails
3. Lower delay from 2 to 1ms
4. Disable debug by default
5. Change channel to 97 from 90
std::cerr << "Tun: Less bytes written to tun/tap device then requested." << std::endl;
272
271
} else {
@@ -382,13 +381,13 @@ int main(int argc, char **argv) {
382
381
std::cout << "Choose an address: Enter 0 for master, 1 for child, 2 for Master with 1 Arduino routing node (02), 3 for Child with Arduino routing node (CTRL+C to exit) \n>";
0 commit comments