Skip to content

Commit

Permalink
added a fix note
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Sep 8, 2024
1 parent edfdce3 commit b6b2a54
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class EncapsulationTests {
logger.debug("IP Header: {}", ipHeader)

// compute checksums
// TODO: fix this
// if (transportHeader is UDPHeader) {
// transportHeader.checksum = TransportHeaderFactoryImpl.computeChecksum(ipHeader, transportHeader, payload)
// } else if (transportHeader is TCPHeader) {
Expand Down

0 comments on commit b6b2a54

Please sign in to comment.