Navigation


Changeset 377:7c0ddec9ab42 in freeDiameter


Ignore:
Timestamp:
Jul 5, 2010, 2:36:50 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Added comment about sessions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_radgw/rgwx_sample.c

    r356 r377  
    4242        /* In a real extension, we would store the parsed configuration file, and the states of the extension */
    4343        int init;
     44       
     45        /* If needed to store information between sent Diameter request and received answer, the session is probably the best place.
     46          See rgwx_echodrop for an example. */
    4447};
    4548
Note: See TracChangeset for help on using the changeset viewer.