diff options
author | Victor Orlikowski <vjo@duke.edu> | 2016-01-31 14:36:45 +0000 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-02-01 09:00:46 +0900 |
commit | 28cb1d59d98b067a9261296b58454da300a7854e (patch) | |
tree | 9ea35ac3d52e827cd19830fbc04f45bf24b33ad7 /MANIFEST.in | |
parent | 8f7d302fd5a81a6282dcc2af33cea9f76680d0a1 (diff) |
rest_router: Ensure that usage of icmp.dest_unreach and icmp.TimeExceeded complies with RFC 4884
When using the icmp.dest_unreach and icmp.TimeExceeded classes, we
should ensure that it is in compliance with RFC 4884. As such, the
data_len parameter passed to the constructor of each should be
interpreted in 32 bit units. Furthermore - any data that is passed in
must be zero padded to a 32 bit boundary.
The only sample application known to use either of these types is rest_router.
This patch corrects its use of these classes.
Signed-off-by: Victor J. Orlikowski <vjo@duke.edu>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'MANIFEST.in')
0 files changed, 0 insertions, 0 deletions