Ignore:
Timestamp:
Mar 4, 2014 2:18:51 AM (10 years ago)
Author:
nanang
Message:

Close #1739: Info of last receive timestamp and data size in TCP/TLS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_transport.c

    r4773 r4775  
    16111611    current_pkt = rdata->pkt_info.packet; 
    16121612    remaining_len = rdata->pkt_info.len; 
     1613 
     1614    tr->last_recv_len = rdata->pkt_info.len; 
     1615    pj_get_timestamp(&tr->last_recv_ts); 
    16131616     
    16141617    /* Must NULL terminate buffer. This is the requirement of the  
Note: See TracChangeset for help on using the changeset viewer.