andrei      2009/03/04 21:56:00 CET

  SER CVS Repository

  Modified files:
    .                    forward.c main.c msg_translator.c 
                         sctp_server.c sctp_server.h 
  Log:
  sctp: connection reuse & connection tracking
  
  - support for sctp connection tracking and true sctp connection
    reuse for replies.
    We need this to support reply connection reuse with asymmetric
    sctp peers (while there is no reason not to use the same port on
    sctp for sending and receiving messages and it should be
    strongly discouraged to do so, we never now with what
    implementation we'll have to deal).
    What  makes this particularly complex is the not-yet-complete
    sctp API, the slight but important behaviour
    differences between its linux, freebsd and solaris
    implementations and the fact that is more geared towards serial
    single threaded application rather then parallel-processing
    multi-process or multi-threaded ones.
  
  - keep track of the number of active and tracked sctp connections
  
  - blacklist moved into sctp_handles_assoc_change()
  
  Revision  Changes    Path
  1.121     +11 -2     sip_router/forward.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/forward.c.diff?r1=1.120&r2=1.121
  1.273     +10 -2     sip_router/main.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/main.c.diff?r1=1.272&r2=1.273
  1.154     +15 -7     sip_router/msg_translator.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/msg_translator.c.diff?r1=1.153&r2=1.154
  1.20      +1224 -52  sip_router/sctp_server.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/sctp_server.c.diff?r1=1.19&r2=1.20
  1.4       +12 -1     sip_router/sctp_server.h
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/sctp_server.h.diff?r1=1.3&r2=1.4
_______________________________________________
Serdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/serdev

Reply via email to