andrei      2009/04/30 18:38:55 CEST

  SER CVS Repository

  Modified files:
    .                    sctp_server.c 
  Added files:
    .                    sctp_stats.h 
  Log:
  sctp: internal macro-hooks for stats
  
  Added macros for sctp statistics.  (for now empty, keeping
  more statistics will only involve redefining them):
  
  SCTP_STATS_ESTABLISHED() - new association is opened successfully
  SCTP_STATS_CONNECT_FAILED() - attempt to open new assoc. failed
  SCTP_STATS_LOCAL_REJECT() - local reject of a "connect" attempt
                              (unused for now)
  SCTP_STATS_REMOTE_SHUTDOWN()
  SCTP_STATS_COMM_LOST() - error on open association
  SCTP_STATS_SENDQ_FULL() - send failed due to full buffers (kernel)
  SCTP_STATS_SEND_FAILED() - send failed for some other reason
  SCTP_STATS_SEND_FORCE_RETRY() - send failed and retried
                                  (sctp_send_retries!=0)
  
  Revision  Changes    Path
  1.21      +15 -1     sip_router/sctp_server.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/sctp_server.c.diff?r1=1.20&r2=1.21
  1.1       +99 -0     sip_router/sctp_stats.h (new)
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/sctp_stats.h?rev=1.1&content-type=text/plain
_______________________________________________
Serdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/serdev

Reply via email to