> < said:
>
> > If the code implements what? Returning EAGAIN when no ephemeral ports are
> > available? That is all the above really says, and then provides a hint
> > as to how to fix it. The description is a little simplistic, as it misses
> > the lowfirst-lowlast and highfirst-highlast ran
Hi all,
I want to have a host use ipv6 to autoconfigure its interface, but then
add a couple ipv6 alias addresses to the same interface. The end goal is
to configure the interface with its autoconf address and some statically
assigned addresses.
Is it possible to do this using rc.conf settings? I
< said:
> If the code implements what? Returning EAGAIN when no ephemeral ports are
> available? That is all the above really says, and then provides a hint
> as to how to fix it. The description is a little simplistic, as it misses
> the lowfirst-lowlast and highfirst-highlast ranges.
If no
Garrett Wollman wrote:
>
> < said:
>
> > +.It Bq Er EAGAIN
> > +A resource was temporarily unavailable when connecting a socket in
> > +non-blocking mode.
> > +This could indicate there are no port numbers available for use when a port
> > +number is being chosen automatically.
> > +Increasing t
< said:
> +.It Bq Er EAGAIN
> +A resource was temporarily unavailable when connecting a socket in
> +non-blocking mode.
> +This could indicate there are no port numbers available for use when a port
> +number is being chosen automatically.
> +Increasing the
> +.Va net.inet.ip.portrange.last
> +.X
Garrett Wollman wrote:
> [EAGAIN] is equivalent to the traditional BSD [EWOULDBLOCK], and might
> be used for connects in non-blocking mode.
oops, I forgot that this is for non-blocking sockets...
+.It Bq Er EAGAIN
+A resource was temporarily unavailable when connecting a socket in
+non-blockin