Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
util:sexyz [2020/12/05 11:57] – [Credits] SMBLIB not part of SEXYZ any longer digital manutil:sexyz [2020/12/05 12:11] – [Optional Initialization File (sexyz.ini)] updated for SEXYZ 3.0 digital man
Line 303: Line 303:
 <code ini> <code ini>
 Telnet=TRUE                 ; set to FALSE to change the default mode Telnet=TRUE                 ; set to FALSE to change the default mode
-TCP_NoDelay=TRUE            ; disable the TCP Nagle algorithm 
 LogLevel=INFO               ; set display/log output level LogLevel=INFO               ; set display/log output level
 +SysLog=FALSE                ; log to syslog (*nix only)
 Debug=FALSE                 ; enable debug logging (overrides LogLevel) Debug=FALSE                 ; enable debug logging (overrides LogLevel)
 DebugTx=FALSE               ; debug transmitted characters DebugTx=FALSE               ; debug transmitted characters
Line 315: Line 315:
 OutbufDrainTimeout=10       ; milliseconds before auto-flush OutbufDrainTimeout=10       ; milliseconds before auto-flush
 ProgressInterval=1          ; interval (in seconds) of progress display ProgressInterval=1          ; interval (in seconds) of progress display
-MaxFileSize=0               ; maximum receive file size in bytes (0=unlimited)   +MaxFileSize=0               ; maximum receive file size in bytes (0=unlimited)
    
 [XMODEM] [XMODEM]
Line 340: Line 340:
 MaxBlockSize=1024   ; 1024 is "true" ZMODEM, 8192 for ZMODEM-8K (ZedZap) MaxBlockSize=1024   ; 1024 is "true" ZMODEM, 8192 for ZMODEM-8K (ZedZap)
 MaxErrors=9         ; maximum number of consecutive errors MaxErrors=9         ; maximum number of consecutive errors
-RecvBufSize=0       ; specify non-zero for partial streaming receives +RecvBufSize=0       ; specify non-zero for segmented receives 
-Streaming=TRUE      ; set to FALSE to disable streaming (block-at-a-time)+Streaming=TRUE      ; set to FALSE to disable streaming (segmented receives)
 CRC32=TRUE          ; set to FALSE to force CRC-16 instead CRC32=TRUE          ; set to FALSE to force CRC-16 instead
 +FullDuplex=TRUE     ; set to FALSE to disable window support (on receive)
 EscapeTelnetIAC=TRUE    ; send ZDLE/ZRUB1 instead of 0xff with -telnet EscapeTelnetIAC=TRUE    ; send ZDLE/ZRUB1 instead of 0xff with -telnet
 Escape8thBit=FALSE      ; ZDLE-escape all bytes with bit-7 set Escape8thBit=FALSE      ; ZDLE-escape all bytes with bit-7 set
 EscapeCtrlChars=FALSE   ; ZDLE-escape all control characters (< 20h) EscapeCtrlChars=FALSE   ; ZDLE-escape all control characters (< 20h)
 +MaxWindowSize=0         ; Set to non-zero number of bytes to use window management
 +TargetWindowSize=0      ; Set to a duration (e.g. in seconds) to enable auto-adjusting window size
  
 [DSZLOG] [DSZLOG]
Line 351: Line 354:
 Short=false         ; use Micros~1 short path/filename in log (Windows) Short=false         ; use Micros~1 short path/filename in log (Windows)
 Quotes=false        ; enclose filename in "quotes" (for EleBBS) Quotes=false        ; enclose filename in "quotes" (for EleBBS)
 +
 +[SOCKOPTS]
 </code> </code>
  
-**Note:**\\ +**Notes:**\\ 
-Older versions of SEXYZ did not support comments on some of the ''sexy.ini'' lines shown above.+  * The defaults and ''sexyz.ini'' specified values can be over-ridden via command-line options. 
 +  * Older versions of SEXYZ did not support comments on some of the ''sexy.ini'' lines shown above
 +  * See ''[[dir:ctrl]]/[[config:sockopts.ini]]'' for the Socket Options that can be set in the ''[SOCKOPTS]'' section. 
 +  * Versions of SEXYZ prior to 3.0 recognized a global ''TCP_NODELAY'' key. Now that key, if it is to be set, must be in the optional ''[SOCKOPTS]'' section (for advanced uses only).
  
 ===== Compatibility ===== ===== Compatibility =====