Changeset 1111
- Timestamp:
- 06/02/08 01:43:05 (6 months ago)
- Files:
-
- fwknop/tags/fwknop-1.9.4/ChangeLog (modified) (1 diff)
- fwknop/tags/fwknop-1.9.4/fwknop.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
fwknop/tags/fwknop-1.9.4/ChangeLog
r1106 r1111 53 53 - Updated the install.pl script to try to determine the OS type as early 54 54 as possible during the install process. 55 - Added the MIN_SPA_PKT_LEN variable with 1 60 (bytes) as the default.55 - Added the MIN_SPA_PKT_LEN variable with 150 (bytes) as the default. 56 56 This allows fwknopd to ignore packets that are not at least this many 57 57 bytes (including packet headers) before any decryption attempt is made. fwknop/tags/fwknop-1.9.4/fwknop.conf
r1099 r1111 218 218 ### Default minimum for any SPA packet (including both the data link, 219 219 ### network, and transport layer headers) 220 MIN_SPA_PKT_LEN 1 60;220 MIN_SPA_PKT_LEN 150; 221 221 222 222 ### Default minimum message size SPA messages encrypted with GnuPG. The
