Class RouterAlloc

All Implemented Interfaces:
SerializableMessage

public class RouterAlloc
extends SCPRequest<RouterAlloc.Response>
A request to allocate space for routing entries. The response payload is the base index of the allocated block of routing entries.

Calls rtr_alloc_id() in sark_alloc.c via cmd_alloc() in scamp-cmd.c.