1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/lwip/include/lwip
Martine S. Lenders e96bc2a13d lwip_sock: additional indirection of conn is unnecessary
Either the sock is provided with `sock_*_send()` or not. In the first
case the indirection is not necessary, and in the second we need to
delete the created `conn` within `lwip_sock_send()` anyway, so returning
it makes no sense.
2019-12-12 11:19:51 +01:00
..
netif cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
sock_internal.h lwip_sock: additional indirection of conn is unnecessary 2019-12-12 11:19:51 +01:00