[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference noted::pwdoswinv5

Title:PATHWORKS V5 for DOS and Windows
Notice:OS2LAN::OS2:[PUBLIC] is alive again, but not what it used to be
Moderator:RANGER::CURLESS
Created:Fri Feb 11 1994
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:7404
Total number of notes:27276

7354.0. "SDK - SO_NODELAY in SOCKET.H" by VMSNET::S_VORE (Smile - Mickey's Watching!) Fri Mar 07 1997 10:22

    SOCKET.H includes the following
    
    /*
    ... 08-apr-94  CLB  Add SO_NODELAY, SO_BROADCAST
    ...
    */
    
    
    /* PROTO TCP level options
    #define SO_NODELAY  0x01  /* nodelay ACK */
    
    
    My customer's question is "what is/can this be used for, since I can't
    find it in the documentation?"
    
    My question is "is this commenting correct - does this make any sense?"
    
    
    
T.RTitleUserPersonal
Name
DateLines
7354.1no support for such optionsJAMIN::REICHLENMon Mar 17 1997 09:507
    As it stands now there are no such options or supported functions in
    either the socket library or the stack.  At the time these were put in,
    the thought was probably to provide such functions, but thats as far as
    it went.
    
    Diane