Navigation


Changeset 1197:823829bf1037 in freeDiameter


Ignore:
Timestamp:
Jun 11, 2013, 6:53:35 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Couple of typos in the comments

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • doc/rt_default.conf.sample

    r724 r1197  
    2121#
    2222# The default forwarding behavior of freeDiameter is:
    23 # - if the message contains a Destination-Host AVP, and this the designated peer is an eligible candidate, send to this peer.
     23# - if the message contains a Destination-Host AVP, and the designated peer is an eligible candidate, send to this peer.
    2424# - if a peer does not support the message application or Relay application, give it a penalty for this message
    2525#    (it means that unless overwritten by an extension, the message will not be sent to that peer)
  • doc/test_app.conf.sample

    r575 r1197  
    11#######################
    22# This file contains the description of configuration and general information about the
    3 # "App_test" extension.
     3# "test_app" extension.
    44
    55# This extension provides a simple way to send a predefined message over the Diameter Network.
     
    6464
    6565# The signal that triggers sending the test message
    66 # Note: Symbolic names are now recognized, you must use integers
     66# Note: Symbolic names are not recognized, you must use integers
    6767# signal = 10;
  • libfdcore/sctp.c

    r1186 r1197  
    251251                }
    252252
    253                 nodelay = 1;    /* We turn ON the Nagle algorithm (probably the default already), since we might have several messages to send through the same proxy (not the same session). */
     253                nodelay = 1;    /* We turn ON to disable the Nagle algorithm, so that packets are sent ASAP. */
    254254               
    255255                /* Set the option to the socket */
Note: See TracChangeset for help on using the changeset viewer.