Clean up DHCP a bit: no need keep msg_out and msg_in as members in struct dhcp

They are used in a call stack only (p_out and options_out_len as well)
This commit is contained in:
goldsimon
2017-08-04 21:26:29 +02:00
parent 7b41aba126
commit cd80e38db8
6 changed files with 364 additions and 220 deletions

View File

@@ -6,6 +6,10 @@ HISTORY
++ New features:
2017-08-04: Simon Goldschmidt
* Clean up DHCP a bit: no need keep msg_out and msg_in as members in struct
dhcp - they are used in a call stack only (p_out and options_out_len as well)
2017-08-04: Simon Goldschmidt
* pbuf: split pbuf_header(s16_t) into pbuf_add_header(size_t) and
pbuf_remove_header(size_t)