Navigation


Changeset 1197:823829bf1037 in freeDiameter for libfdcore


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.