31 — natmap daemon allocates on the mapping flow
What to build: the natmap daemon's mapping endpoint accepts a mapping request without an explicit host port and allocates one from its PortAllocator, returning the chosen port in the response. When the requested host port is already taken, it returns 409 exactly as today. The typed client can send the no-port form and read back the allocated port.
Blocked by: None — can start immediately.
Status: ready-for-agent
31 — natmap daemon allocates on the mapping flow
What to build: the natmap daemon's mapping endpoint accepts a mapping request without an explicit host port and allocates one from its
PortAllocator, returning the chosen port in the response. When the requested host port is already taken, it returns 409 exactly as today. The typed client can send the no-port form and read back the allocated port.Blocked by: None — can start immediately.
Status: ready-for-agent
PortAllocatorand returns it in the response