File: README.fsp

package info (click to toggle)
4store 1.1.6%2B20151109-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 82,388 kB
  • sloc: ansic: 65,689; sh: 2,916; perl: 2,245; makefile: 281; python: 213
file content (20 lines) | stat: -rw-r--r-- 548 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

* Implemented calls

- All the initial calls are now implemented, new calls as needed

* Test harness

The 'fsp_test' test harness code takes a single parameter, the name of the
backend system to connect to. If omitted it creates a minimal server on
the local machine which only implements NO-OP.

* Little endian

This code is not endian-neutral, a client and server with different byte orders
will not interoperate. This should be fixed... eventually.

* Listen set to 64 clients

Is 64 a lot? I don't know. We may need to increase this later.