[Devel] CVS commitlog: sip-server config.h main.c timer.c timer.h

Bogdan-Andrei Iancu bogdan at voice-system.ro
Fri Feb 2 19:08:22 CET 2007


User: bogdan_iancu
Date: 2007/02/02 10:08:22 PST

  OpenSER CVS - Commit Details

  Modified files:
    .                    config.h main.c timer.c timer.h 
  Commit Log:
  - timer with resolution under one seconds (microseconds resolution) added.
    Both timers, TIMER and UTIMER uses the same process and TICKS must be
    a multiple of UTICKS.
  - modules using the timer ma choose what timer to use (seconds or miroseconds)
    based o the time resolution they need.
  - the timer engine, basd on the registered timer handler, may or may not
    start the timer or utimer.
  - TM - retransmissions timer- will be first to use the utimer.
  
  Revision  Changes    Path
  1.12      +2 -1      sip-server/config.h
   [ http://openser.cvs.sourceforge.net/openser/sip-server/config.h?r1=1.11&r2=1.12 ]
  1.30      +8 -17     sip-server/main.c
   [ http://openser.cvs.sourceforge.net/openser/sip-server/main.c?r1=1.29&r2=1.30 ]
  1.2       +168 -22   sip-server/timer.c
   [ http://openser.cvs.sourceforge.net/openser/sip-server/timer.c?r1=1.1&r2=1.2 ]
  1.2       +25 -7     sip-server/timer.h
   [ http://openser.cvs.sourceforge.net/openser/sip-server/timer.h?r1=1.1&r2=1.2 ]



More information about the Devel mailing list