* inet_chksum.c: Allow choice of one of the sample algorithms to be

made from lwipopts.h. Fix comment on how to override LWIP_CHKSUM.
This commit is contained in:
jifl
2008-03-10 16:12:31 +00:00
parent f067d34392
commit a48370d5e9
2 changed files with 23 additions and 9 deletions

View File

@@ -19,6 +19,10 @@ HISTORY
++ New features:
2008-03-10 Jonathan Larmour
* inet_chksum.c: Allow choice of one of the sample algorithms to be
made from lwipopts.h. Fix comment on how to override LWIP_CHKSUM.
2008-01-22 Frédéric Bernon
* tcp.c, tcp_in.c, tcp.h, opt.h: Rename LWIP_CALCULATE_EFF_SEND_MSS in
TCP_CALCULATE_EFF_SEND_MSS to have coherent TCP options names.