Skip Menu |

This queue is for tickets about the IO-Async CPAN distribution.

Report information
The Basics
Id: 72772
Status: resolved
Priority: 0/
Queue: IO-Async

People
Owner: Nobody in particular
Requestors: kiyoshi.aman [...] gmail.com
leonerd-cpan [...] leonerd.org.uk
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.45
Fixed in: (no value)



Subject: ->connect() with local bind addresses
Consider something like $loop->connect( local_addr => { family => "inet", socktype => "stream", addr => "1.2.3.4" }, ... ); Possibly also local_hostname/local_service for GAI lookups? -- Paul Evans
On Mon Nov 28 05:44:14 2011, PEVANS wrote: Show quoted text
> Consider something like > > $loop->connect( > local_addr => { > family => "inet", > socktype => "stream", > addr => "1.2.3.4" > }, > ... > ); > > Possibly also local_hostname/local_service for GAI lookups?
Errrr... my bad. Turns out that already exists in exactly that form. :) -- Paul Evans