File: TODO

package info (click to toggle)
libiscsi 1.20.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,080 kB
  • sloc: ansic: 40,928; xml: 749; sh: 689; makefile: 352
file content (23 lines) | stat: -rw-r--r-- 584 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Some features that should be added

* More efficient api for read/write commands where we read/write straight
  from the socket into the buffer the application specified instead of as now
  we pass the data to a callback and then copy it.

* More scsi marshalling and unmarshalling functions in scsi-lowlevel

* Autoconnect for session faiulures.
  When the tcp session fail,   try several times to reconnect and relogin.
  If successful re-issue any commands that were in flight.

* Redirects

* Integrate with other relevant utilities such as 
  dvdrecord,
  ...

* Data Digest