added pbuf_take_at() and pbuf_put_at() (in preparation for dns.c changes)

This commit is contained in:
Simon Goldschmidt
2014-09-16 19:22:46 +02:00
parent 4b9883a573
commit e303f30d10
3 changed files with 87 additions and 9 deletions

View File

@@ -6,6 +6,9 @@ HISTORY
++ New features:
2014-09-16: Simon Goldschmidt
* pbuf.h/.c: added pbuf_take_at() and pbuf_put_at()
2014-09-15: Simon Goldschmidt
* dns.c: added source port randomization to make the DNS client more robust
(see bug #43144)