Changeset 1111

Show
Ignore:
Timestamp:
06/02/08 01:43:05 (6 months ago)
Author:
mbr
Message:

updated MIN_SPA_PKT_LEN to 150 bytes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • fwknop/tags/fwknop-1.9.4/ChangeLog

    r1106 r1111  
    5353    - Updated the install.pl script to try to determine the OS type as early 
    5454      as possible during the install process. 
    55     - Added the MIN_SPA_PKT_LEN variable with 160 (bytes) as the default. 
     55    - Added the MIN_SPA_PKT_LEN variable with 150 (bytes) as the default. 
    5656      This allows fwknopd to ignore packets that are not at least this many 
    5757      bytes (including packet headers) before any decryption attempt is made. 
  • fwknop/tags/fwknop-1.9.4/fwknop.conf

    r1099 r1111  
    218218### Default minimum for any SPA packet (including both the data link, 
    219219### network, and transport layer headers) 
    220 MIN_SPA_PKT_LEN             160; 
     220MIN_SPA_PKT_LEN             150; 
    221221 
    222222### Default minimum message size SPA messages encrypted with GnuPG. The