Changeset 609
- Timestamp:
- 09/18/07 09:25:02 (1 year ago)
- Files:
-
- trunk/server/doc/protocol.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/server/doc/protocol.txt
r608 r609 336 336 time 32u current UNIX time according to the server 337 337 version string Version string of this server 338 pointer_size 32 Default size of pointers on the host OS 339 (generally 32 or 64) 338 340 rusage_user 32u:32u Accumulated user time for this process 339 341 (seconds:microseconds) … … 364 366 limit_maxbytes 32u Number of bytes this server is allowed to 365 367 use for storage. 368 threads 32u Number of worker threads requested. 369 (see doc/threads.txt) 366 370 367 371
