This commit is contained in:
Thomas Ries 2002-09-07 21:24:07 +00:00
parent 82fa326895
commit bacb775469
2 changed files with 5 additions and 3 deletions

6
TODO
View File

@ -2,6 +2,9 @@ TODOs, in anarchistic order:
============================
- re-think the registration mechanism (mapping and decision criteria
for in- and outgoing stuff...
- 2.2.x kernels:
make use of the portfw.so (ipmasqadm package) to create forwarding
tunnels for incomming data streams
@ -14,5 +17,4 @@ TODOs, in anarchistic order:
- get_ip_by_host: reduce DNS timeouts
- forwarding(proxying) of incomming RTP media streams
? own thread/process (is pending)

View File

@ -5,7 +5,7 @@ dnl ******************************************************************
dnl
SPD_MAJOR_VERSION=0
SPD_MINOR_VERSION=1
SPD_MICRO_VERSION=2
SPD_MICRO_VERSION=3
SPD_VERSION=$SPD_MAJOR_VERSION.$SPD_MINOR_VERSION.$SPD_MICRO_VERSION
dnl *********************************************************************