*
This work was supported by DARPA under Contract N66001-96-C-852.
1
The mapping of runtime error to one of these strings is performed by the function exn_to_string in the file router.ml.
2
Some services, such as print, do support these features.
3
PLAN 2.2, which was implemented in Java, used TCP/IP. Using TCP as the underlying connection mechanism should enable Java and Windows compatibility.
4
A prime number of reasonable size.
5
This assumes that the packet which carries the chunk will have routing function defaultRoute and handler defHandler. If these are not the correct values, the user must adjust the value given to fragment by the difference in the number of letters in the names of those functions. For example, if the routing function RIP was used, and no handler is specified then the value given to fragment could be mtu-(|"defaultRoute"|+|"defHandler"|-|"RIP"|-|""|)