Navigation


Changeset 1102:1d7b3ebda27f in freeDiameter for libfdcore/cnxctx.h


Ignore:
Timestamp:
May 9, 2013, 5:40:02 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Children:
1103:d8591b1c56cd, 1105:6b4a417d2845
Phase:
public
Message:

Implemented the calls to HOOK_DATA_RECEIVED hook

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/cnxctx.h

    r894 r1102  
    6666                int                              mode;          /* GNUTLS_CLIENT / GNUTLS_SERVER */
    6767                gnutls_session_t                 session;       /* Session object (stream #0 in case of SCTP) */
    68                 struct timespec                  recvon;        /* Timestamp of the last chunk of data received on this session -- before uncipher */
    6968        }               cc_tls_para;
    7069
     
    131130                size_t   offset;
    132131        }                partial;       /* If the pull function did not read the full content of first message in raw, it stores it here for next read call. */
    133         struct timespec  recvon;        /* Timestamp of the last chunk of data received on this stream -- before uncipher */
    134132        pthread_t        thr;           /* Thread to decrypt raw data in this pair of streams */
    135133        gnutls_session_t session;       /* TLS context using this pair of streams -- except if strid == 0, in that case session is outside the array */
Note: See TracChangeset for help on using the changeset viewer.