File: TODO

package info (click to toggle)
directfb 1.7.7-11
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 32,212 kB
  • sloc: ansic: 306,760; cpp: 46,357; sh: 11,720; makefile: 5,620; perl: 662; asm: 507; xml: 116
file content (18 lines) | stat: -rw-r--r-- 638 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Player
- Merge Server into Player, having one Player per process
- Merge Client into Player, adding Player::Connect( player_uuid )
- Send CONNECT message after connecting, build tunnel if not local

Manager
- Queue responses for async processing rather than the single response slot in place
- Add shared memory extension for local connections via fd passing

Dispatch
- Use async communication, no direct response, but async requests in return
- Add context management for association of requests and async return requests

Link/Linux
- Use lio_listio, aio_suspend...

Protocol
- Add version number in front of args for future extension