Re: Bogus bind() warnings

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bogus bind() warnings
Дата
Msg-id 22289.1068151359@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Bogus bind() warnings  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Bogus bind() warnings
Re: Bogus bind() warnings
Список pgsql-hackers
>> Is it possible that that kernel considers binding to an IPv6 port to
>> conflict with binding to the "same" port number as an IPv4 port?

Actually, I think that that may be expected behavior depending on the
vintage of the kernel.  Note the following comment in
StreamServerPort():
       /*        * Note: This might fail on some OS's, like Linux older than        * 2.4.21-pre3, that don't have the
IPV6_V6ONLYsocket option, and        * map ipv4 addresses to ipv6.    It will show ::ffff:ipv4 for all        * ipv4
connections.       */
 
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Bogus bind() warnings
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [pgsql-advocacy] Changes to Contributor List