Navigation



Ignore:
Timestamp:
Oct 7, 2009, 7:31:39 PM (15 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Backup before typhoon... Progress on server side

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/libfreeDiameter.h

    r14 r20  
    336336}
    337337/* if needed, add sSA_DUMP_SERVICE */
     338
     339/* A l4 protocol name (TCP / SCTP) */
     340#define IPPROTO_NAME( _proto )                                  \
     341        ( ((_proto) == IPPROTO_TCP) ? "TCP" :                   \
     342                (((_proto) == IPPROTO_SCTP) ? "SCTP" :          \
     343                        "Unknown"))
    338344
    339345/* The sockaddr length of a sSS structure */
Note: See TracChangeset for help on using the changeset viewer.