File: TODO

package info (click to toggle)
skstream 0.3.6-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,724 kB
  • ctags: 371
  • sloc: sh: 8,792; cpp: 2,439; makefile: 112
file content (24 lines) | stat: -rw-r--r-- 1,083 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
a datagram server and stream are not really separate functions. Try and
sort out necessary features in the stream. In particular, need to flag
whether it sould accept for anywhere, or only one particular place.
It must be necessary to set target v. efficiently, which may require
an abstraction of network address.
Use basic_socket_stream constructer argument to initialise protocol.

Clean out in_peer and out_peer. Sort out startup, as it needs to be static.

Need to sort for once and for all the issue of streambuf objects
being part of the superclass.

Fix up ping.cpp to use provided features to do low level stuff, adding
features to the library if necessary.

Reformat all the code according to the standard WF style.

tcp_socket_stream is passing a reference up to the next class to be
constructed before the stream buffer object referred to has been constructed.
This results in a "Conditional jump or move depends on uninitialised value"
error from valgrind.

Use a -DHAVESKSTREAMCONFIG_H to tell the code to include the genereated header, else
include a pre-defined one.