Changes between Initial Version and Version 1 of Ticket #252
- Timestamp:
- 03/28/2016 09:35:46 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #252 – Description
initial v1 7 7 * `tub.listenOn("tcp:0")`. Or rather, you could still do that, but without `.getPortnum()` there's no way to find out the port that got allocated. So you should always choose the port number first. 8 8 * #137 is WONTFIXed, which would have added `Tub.listenOn(portfile=)` 9 * #138 is WONTFIXed, which would have added `d=Tub.whenReady()`, which should no longer be necessary when we stop waiting for ports to be allocated 9 10 10 11 And we're adding `foolscap.util.allocate_tcp_port()` (which doesn't block) to help applications perform the allocation ahead of time.