chiark
/
gitweb
/
~mdw
/
userv-utils
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ipif: fix some signed/unsigned pointer warnings
[userv-utils]
/
ipif
/
mech-sequence.c
diff --git
a/ipif/mech-sequence.c
b/ipif/mech-sequence.c
index 76c8c833bf9c6c279ff66b694930130a36586058..beb14c36735f1ad0aaafcbe5b11d83302b4ca64d 100644
(file)
--- a/
ipif/mech-sequence.c
+++ b/
ipif/mech-sequence.c
@@
-1,13
+1,16
@@
/*
* Sequence number / nonce mechanism for udp tunnel
*
/*
* Sequence number / nonce mechanism for udp tunnel
*
+ * mechanisms: nonce, sequence
* arguments: none
*
* arguments: none
*
+ * restrictions: none
* encoding: prepend 4 bytes of sequence arithmetic serial number
* 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
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by