Working with the udp bootloader I noticed that the file datastream_udp.c is intizating the server udp wrong. The code that comes with harmony 1.06 in datastream_udp.c line 156 is:
IPV4_ADDR laddr;
strcpy(_Port_Buffer, "6234");
strcpy(..