File: TODO

package info (click to toggle)
libosip 0.9.7-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,852 kB
  • ctags: 1,812
  • sloc: ansic: 20,266; sh: 9,218; makefile: 215
file content (18 lines) | stat: -rw-r--r-- 565 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TODO file for oSIP.

Soon to come?
  *  Make the Documentation more up to date...
        * current is about 0.7.X.
  *  improve management of transport layer. (only UDP is completed)
	4 types should be defined:
	TCP, UDP, UNKNOWN_RELIABLE, UNKNOWN_UNRELIABLE.
  *  Support for multiple header on the same line (partially done)
	* Some nasty behavior can still exist for unknown header
	that accept ',' in their definition.
  *  Support for FreeBSD (semget, semop...)
  *  See BUGs file

Distant future?
  *  Add a UAC_UAS_Core_Layer?
  *  Add a Proxy_Core_Layer?