Martine Lenders
|
cba05cc028
|
Merge pull request #4873 from Yonezawa-T2/zero_udp_checksum
udp: fixed a corner case for checksum computation.
|
2016-03-07 09:21:24 +01:00 |
|
Yonezawa-T2
|
b1dd2818fe
|
udp: discard UDP packets with zero checksum.
RFC 2460 Section 8.1
> IPv6 receivers must discard UDP packets containing a zero checksum,
> and should log the error.
|
2016-03-07 15:46:29 +09:00 |
|
|
9082273746
|
core: header cleanup
|
2016-02-28 22:46:28 +01:00 |
|
Yonezawa-T2
|
e92c355aba
|
udp: fixed a corner case for checksum computation.
Fixes #4842.
RFC 2460 section 8.1 (https://tools.ietf.org/html/rfc2460#section-8.1)
states:
> if that computation yields a result of zero, it must be changed to hex
> FFFF for placement in the UDP header.
|
2016-02-22 20:30:31 +09:00 |
|
Martine Lenders
|
379703ae3a
|
gnrc: use gnrc_pkt_search_type instead of LL_SEARCH_SCALAR
|
2016-02-11 01:05:02 +01:00 |
|
Martine Lenders
|
21beaa7529
|
gnrc_udp: fix false assumed packet order
|
2015-12-22 17:14:33 +01:00 |
|
Johann Fischer
|
c6ab57f468
|
gnrc_udp.c adapt for nhc udp encoding and decoding
|
2015-12-08 14:50:25 +01:00 |
|
Hauke Petersen
|
41979b64cd
|
sys: adapted to renamed THREAD FLAGS
|
2015-12-07 22:09:47 +01:00 |
|
Ken Bannister
|
1abffc84e1
|
Update layer 4 files to fix checksum with inet_csum_slice().
|
2015-12-02 05:53:58 -05:00 |
|
Martine Lenders
|
f81f43ea38
|
gnrc_udp: fix #3707
|
2015-08-25 18:12:59 +02:00 |
|
Martine Lenders
|
58ff31bfe9
|
gnrc: make all gnrc modules sub-modules of gnrc
|
2015-08-18 23:00:07 +02:00 |
|