Remove now unnecessary comment.

This commit is contained in:
andre 2008-04-07 18:50:05 +00:00
parent 6028637ec1
commit 2f48bcbeeb

View File

@ -1391,8 +1391,6 @@ tcp_addoptions(struct tcpopt *to, u_char *optp)
* "The content of the header beyond the End-of-Option option
* must be header padding (i.e., zero)."
* and later: "The padding is composed of zeros."
* While EOLs are zeros use an explicit 0x00 here to not confuse
* people with padding of EOLs.
*/
while (optlen % 4) {
optlen += TCPOLEN_PAD;