From: Guilherme Maciel Ferreira Date: Tue, 21 Feb 2012 01:15:42 +0000 (-0200) Subject: Implemented in commit ad545958f408012956bcac4cf466c94bec014bcc. X-Git-Tag: v1.3~10 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=98f39809ae6be7484669df236abd98ad1e8764a3;p=pingcheck Implemented in commit ad545958f408012956bcac4cf466c94bec014bcc. --- diff --git a/TODO b/TODO index dd6d084..762aac1 100644 --- a/TODO +++ b/TODO @@ -12,9 +12,6 @@ - Reuse the checksum from icmp packet in the TCP header. -- Implement a MessagePayload::encode1() to hide such statements - "Payload[13] | bit ? 0x08 : 0x0" and "Payload[13] & 0x04". - - IPv6 support. Remember to change the addressv4 to address, so both can work at the same time.