lwip_socket_init() is not needed any more -> compatibility define

This commit is contained in:
goldsimon
2014-11-06 14:14:58 +01:00
parent 79ecf2edb7
commit 2809405164
6 changed files with 7 additions and 15 deletions

View File

@@ -6,6 +6,10 @@ HISTORY
++ New features:
2014-09-16: Simon Goldschmidt
* sockets.c/.h, init.c: lwip_socket_init() is not needed any more
-> compatibility define
2014-09-16: Simon Goldschmidt
* dns.c, opt.h: reduced ram usage by parsing DNS responses in place