Erik Ekman
Erik Ekman
This breaks RX for me (both wired and wireless) when applied on top of 4b87a300c0ecaa583336f441616f5b7f146059fb I use `BOARD=esp32-ethernet-kit-v1_2 LWIP_IPV4=1 make -C examples/paho-mqtt/ flash`
What version are you using? Can you post the part of the client log when it fails?
I don't see any reason why this would be platform dependent. Was the shown server address the expected one? Can you capture the traffic the server receives and see if...
Is the `SERVER_HOST` the same as where the client is trying to log in with raw mode? From `Server is at xxx.xxx.xxx.xxx, trying raw login`
The raw login is not a packet following the DNS format, but still using port 53. Could tcpdump possibly filter them out? Can you post your current tcpdump command? Can...
That should be fine. This is how it looks for me: ``` 21:16:51.274041 IP 10.4.4.232.51796 > a.b.c.d.domain: 4305 op3 FormErr*-| [19005q] [|domain] 21:16:51.274381 IP a.b.c.d.domain > 10.4.4.232.51796: 4305 op3 FormErr*-|...
I was just about to ask if this was iOS only. By firewall I meant some software running on the client device that could filter this traffic out
I don't have any ideas. It would be interesting to know if other users are seeing this as well - the feature has existed a few years without earlier mentions...
Since we didnt see the login packet leave the client I find it hard to blame the server.
Looks like most of this is merged. For network adding modes above 31 doesn't help (it only returns 32 bits). I added support for longer bitmaps in #73 and just...