Changeset e132b60 for protocols/msn/ns.c


Ignore:
Timestamp:
2012-11-11T23:32:47Z (12 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
67ebc8e
Parents:
dd672e2
Message:

Extend keepalive code to time out connections when pings don't get
acknowledged, using this for Twitter streams and MSN so far.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/ns.c

    rdd672e2 re132b60  
    576576                if( num_parts >= 7 )
    577577                        handler->msglen = atoi( cmd[6] );
     578        }
     579        else if( strcmp( cmd[0], "QNG" ) == 0 )
     580        {
     581                ic->flags |= OPT_PONGED;
    578582        }
    579583        else if( isdigit( cmd[0][0] ) )
Note: See TracChangeset for help on using the changeset viewer.