Question on Current Status of TCPUTO Socket Option

2022-07-26 Thread Chih-Hsin Chang
Hello, I'm working on OpenStack porting stuff recently. I encountered an issue that caused `nova-scheduler` unable to start normally. The `nova- scheduler` needs to build up connections to RabbitMQ with the aid of the RabbitMQ driver in the `oslo.messaging` library. The point is that the driver ne

[Bug 265064] connect(2): unexpected EADDRINUSE when connecting from IPv6 wildcard to IPv4 address

2022-07-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265064 --- Comment #6 from Mike Karels --- (In reply to firk from comment #5) > No, wildcard ipv6 bind() shouldn't fail just because ipv4 port > for the specifiec ipv4 address is busy. There is nothing specific in this bind() call. The address

[Bug 265064] connect(2): unexpected EADDRINUSE when connecting from IPv6 wildcard to IPv4 address

2022-07-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265064 --- Comment #5 from f...@cantconnect.ru --- (In reply to Mike Karels from comment #2) No, wildcard ipv6 bind() shouldn't fail just because ipv4 port for the specifiec ipv4 address is busy. I'm not sure how this error should be reported to u