mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-13 06:37:25 +00:00
added passages about moved posix headers and changed SO_ERROR to CHANGELOG/UPGRADING
This commit is contained in:
parent
6d51b3ff37
commit
afee9013ad
@ -63,6 +63,10 @@ HISTORY
|
|||||||
|
|
||||||
++ Bugfixes:
|
++ Bugfixes:
|
||||||
|
|
||||||
|
2017-07-20: Simon Goldschmidt
|
||||||
|
* compatibility headers: moved from 'src/include/posix' to 'src/include/compat/posix',
|
||||||
|
'src/include/compat/stdc' etc.
|
||||||
|
|
||||||
2017-05-09: Joel Cunningham
|
2017-05-09: Joel Cunningham
|
||||||
* tcp: add zero-window probe timeout (bug #50837)
|
* tcp: add zero-window probe timeout (bug #50837)
|
||||||
|
|
||||||
|
@ -15,6 +15,12 @@ with newer versions.
|
|||||||
source heap/pool/etc.). As a consequence, applications can't test pbuf->type any more.
|
source heap/pool/etc.). As a consequence, applications can't test pbuf->type any more.
|
||||||
Use pbuf_match_type(pbuf, type) instead.
|
Use pbuf_match_type(pbuf, type) instead.
|
||||||
|
|
||||||
|
* socket API: according to the standard, SO_ERROR now only returns asynchronous errors.
|
||||||
|
All other/normal/synchronous errors are (and always were) available via 'errno'.
|
||||||
|
|
||||||
|
* compatibility headers: moved from 'src/include/posix' to 'src/include/compat/posix',
|
||||||
|
'src/include/compat/stdc' etc.
|
||||||
|
|
||||||
* slipif: The way to pass serial port number has changed. netif->num is not
|
* slipif: The way to pass serial port number has changed. netif->num is not
|
||||||
supported any more, netif->state is interpreted as an u8_t port number now
|
supported any more, netif->state is interpreted as an u8_t port number now
|
||||||
(it's not a POINTER to an u8_t any more!)
|
(it's not a POINTER to an u8_t any more!)
|
||||||
|
Loading…
Reference in New Issue
Block a user