X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv-utils.git;a=blobdiff_plain;f=ipif%2Fmech-sequence.c;h=beb14c36735f1ad0aaafcbe5b11d83302b4ca64d;hp=76c8c833bf9c6c279ff66b694930130a36586058;hb=d09170cc71ae828279a1bc77cc7780dab9545bd6;hpb=f0e54a9987423f0f5939b961fa10ab4ca7a2c406 diff --git a/ipif/mech-sequence.c b/ipif/mech-sequence.c index 76c8c83..beb14c3 100644 --- a/ipif/mech-sequence.c +++ b/ipif/mech-sequence.c @@ -1,13 +1,16 @@ /* * Sequence number / nonce mechanism for udp tunnel * + * mechanisms: nonce, sequence * arguments: none * + * restrictions: none * encoding: prepend 4 bytes of sequence arithmetic serial number - * decoding: check increasingness, or ignore + * decoding: check increasingness (sequence), or ignore (nonce) */ /* - * Copyright (C) 2000 Ian Jackson + * Copyright (C) 2000,2003 Ian Jackson + * This file is part of ipif, part of userv-utils * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by