-
-
Notifications
You must be signed in to change notification settings - Fork 57
Description
Board: Teensy 4.1 with NativeEthernet library
https://github.com/vjmuzik/NativeEthernet
I'm using this fork of the FNET repository:
https://github.com/vjmuzik/FNET
As far as I could see the concerning service 'fnet_dns.c' doesn't differ between the forks.
The dns service resolves fine for different urls, but not for the one which I use to access my Azure Storage Tables:
'prax47.table.core.windows.net'
This url is resolved without issues on different mcus and frameworks, e.g. Wio Terminal with WiFi library or 'EthernetENC' library.
Wireshark captures show this dns request
and this response
As I interpret the captures FNET dns service regulary sends the request but doesn't accept the response, complaining about malformed packets.
What could be the reason for this behavior?