Changes between Initial Version and Version 1 of Ticket #252


Ignore:
Timestamp:
03/28/2016 09:35:46 PM (8 years ago)
Author:
Brian Warner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #252 – Description

    initial v1  
    77* `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.
    88* #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
    910
    1011And we're adding `foolscap.util.allocate_tcp_port()` (which doesn't block) to help applications perform the allocation ahead of time.