revaming linux UDP stuff

This commit is contained in:
2021-03-12 16:47:55 +01:00
parent cf120e2d86
commit 7173d2ecfc
3 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#include "tcpipHelpers.h"
void tcpip::handleError(Protocol protocol, ErrorSources errorSrc, dur_millis_t sleepDuration = 0) {
}