close Warning: Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.

Changes between Version 4 and Version 5 of Proto/cModules/c0HostProtocolStack/c0Configuration


Ignore:
Timestamp:
Jul 12, 2016, 1:46:06 PM (8 years ago)
Author:
wontoniii
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Proto/cModules/c0HostProtocolStack/c0Configuration

    v4 v5  
    1515#
    1616# Required.
    17 # DEFAULT_GUID = 1
     17DEFAULT_GUID = 1
    1818
    1919# Define one or more interfaces to be used for network communication.
     
    105105# whether to use a transport protocol with end-to-end
    106106# reliability semantics.
    107 TRANS_RELIABLE=true
     107# TRANS_RELIABLE=true
    108108
    109109# The variable settings below are considered only if
     
    112112# or greater than this threshold will be sent with
    113113# NACK-based end-to-end error recovery.
    114 TRANS_CHK_COUNT_NACK_THRESH=3
     114# TRANS_CHK_COUNT_NACK_THRESH=3
    115115
    116116# NACK Timeout value at sender. If the sender is
     
    118118# N * TRANS_SEND_NACK_TIMEOUT milliseconds, the chunks
    119119# will be destroyed, and memory is garbage collected.
    120 TRANS_SEND_NACK_TIMEOUT=2000
     120# TRANS_SEND_NACK_TIMEOUT=2000
    121121
    122122# NACK Timeout value at the receiver. If the error
     
    127127#conservatively to favor network-based recovery for
    128128# handling disconnection.
    129 TRANS_RECV_NACK_TIMEOUT=20000
     129# TRANS_RECV_NACK_TIMEOUT=20000
    130130}}}