A stack which works with or without an Mbed os library. Provides IPv4 or IPv6 with a full 1500 byte buffer.

Dependents:   oldheating gps motorhome heating

History

Increased number of arp entries from 20 to 30 to accommodate the number of WIZ devices plus a few incoming port 80 calls from the internet. default tip

2021-05-20, by andrewboyson [Thu, 20 May 2021 14:32:52 +0000] rev 200

Increased number of arp entries from 20 to 30 to accommodate the number of WIZ devices plus a few incoming port 80 calls from the internet.


Ignore icmp6 redirect messages; they were coming up as unknown.

2021-05-18, by andrewboyson [Tue, 18 May 2021 16:20:52 +0000] rev 199

Ignore icmp6 redirect messages; they were coming up as unknown.


Quietly drop udp port 0 which the WIZ lights were sending after a power cut.

2021-05-03, by andrewboyson [Mon, 03 May 2021 17:17:02 +0000] rev 198

Quietly drop udp port 0 which the WIZ lights were sending after a power cut.


Ignored ports 38899 and 38900 if not handled by the user module

2021-04-24, by andrewboyson [Sat, 24 Apr 2021 10:52:00 +0000] rev 197

Ignored ports 38899 and 38900 if not handled by the user module


Corrected error where UserPollForData function pointer was not checked for NULL before being used. It was causing the program to crash when not used.

2021-04-23, by andrewboyson [Fri, 23 Apr 2021 10:33:21 +0000] rev 196

Corrected error where UserPollForData function pointer was not checked for NULL before being used. It was causing the program to crash when not used.


Added a user module to allow user defined UDPs port to be used - in this case for a WIZ module.

2021-04-18, by andrewboyson [Sun, 18 Apr 2021 19:04:48 +0000] rev 195

Added a user module to allow user defined UDPs port to be used - in this case for a WIZ module.


DnsNameDecodePtr buffer overrun warning removed as had too many 'amzn.dmgr:9D184A89EEDE554B15EABD4931BB839B:S/FRy5cPXE:914584' alerts. It now just silently truncates names which don't fit in the buffer.

2021-03-04, by andrewboyson [Thu, 04 Mar 2021 12:08:14 +0000] rev 194

DnsNameDecodePtr buffer overrun warning removed as had too many 'amzn.dmgr:9D184A89EEDE554B15EABD4931BB839B:S/FRy5cPXE:914584' alerts. It now just silently truncates names which don't fit in the buffer.


Fixed ability of name resolution to use IPv6 - the MAC for the DNS server IP address had to be made available.

2021-01-24, by andrewboyson [Sun, 24 Jan 2021 15:09:55 +0000] rev 193

Fixed ability of name resolution to use IPv6 - the MAC for the DNS server IP address had to be made available.


Update the NR add entry mechanism to remove redundant entries.

2021-01-22, by andrewboyson [Fri, 22 Jan 2021 13:24:08 +0000] rev 192

Update the NR add entry mechanism to remove redundant entries.


Fixed a bug in my correction to the last bug.

2021-01-21, by andrewboyson [Thu, 21 Jan 2021 15:09:55 +0000] rev 191

Fixed a bug in my correction to the last bug.