diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-04-05 07:45:39 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-04-05 07:45:39 +0000 |
| commit | 91cc2995af10b89b972c6a10a1140350c247d31e (patch) | |
| tree | 03293db6f9e1d48d3d1e4c36a1ef5b8d7b61bcb0 /lib/libalias/alias_util.c | |
| parent | 7c7f2a4a81737e01c68428e9074bcd8bcbec90f9 (diff) | |
Notes
Diffstat (limited to 'lib/libalias/alias_util.c')
| -rw-r--r-- | lib/libalias/alias_util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libalias/alias_util.c b/lib/libalias/alias_util.c index 41ca6cc2c437..b939428009fd 100644 --- a/lib/libalias/alias_util.c +++ b/lib/libalias/alias_util.c @@ -1,5 +1,5 @@ /* - Alias_util.h contains general utilities used by other functions + Alias_util.c contains general utilities used by other functions in the packet aliasing module. At the moment, there are functions for computing IP header and TCP packet checksums. @@ -17,7 +17,7 @@ /* Note: the checksum routines assume that the actual checksum word has -been zeroed out. If the checksum workd is filled with the proper value, +been zeroed out. If the checksum word is filled with the proper value, then these routines will give a result of zero (useful for testing purposes); */ |
