me-no-dev / AsyncTCP

Async TCP Library for ESP32
GNU Lesser General Public License v3.0
749 stars 431 forks source link

AsyncUDP is conflicting with AsyncTCP #180

Open fester225 opened 10 months ago

fester225 commented 10 months ago

AsyncUDP conflicts with AsyncTCP. AsyncUDP has declarations for TCPIP_ADAPTER_IF_STA, TCPIP_ADAPTER_IF_AP, and TCPIP_ADAPTER_IF_ETH. I'd be interested in knowing why something supporting the UDP protocol involves TCP variables. In any event I request the developers remove or change these reference names so they won't conflict with AsyncTCP.