stm32duino / STM32Ethernet

Arduino library to support Ethernet for STM32 based board
151 stars 42 forks source link

feat(server): add bool operator and end() api #77

Closed fpistm closed 9 months ago

fpistm commented 9 months ago

For TCP_WAIT ref: https://github.com/stm32duino/LwIP/blob/4de72d4b92ebf1ac5ce5efe7c331c0af6d52cca3/src/core/tcp.c#L1446C11-L1446C11

Fixes #73.