Andrew Boyson / net

Dependents:   oldheating gps motorhome heating

Files at this revision

API Documentation at this revision

Comitter:
andrewboyson
Date:
Sat Apr 24 10:52:00 2021 +0000
Parent:
196:0876a7609a60
Child:
198:71e298f63bf0
Commit message:
Ignored ports 38899 and 38900 if not handled by the user module

Changed in this revision

udp/udp.c Show annotated file Show diff for this revision Revisions of this file
--- a/udp/udp.c	Fri Apr 23 10:33:21 2021 +0000
+++ b/udp/udp.c	Sat Apr 24 10:52:00 2021 +0000
@@ -102,6 +102,8 @@
         case  9998:             //VLC
         case  9999:             //VLC
         case 17500:             //Dropbox LAN sync
+        case 38899:             //WIZ
+        case 38900:             //WIZ
         case 57621:             //Spotify P2P
             return DO_NOTHING;