I'm working with a client's FreeBSD system (4.9 with patches) which
is having trouble resolving certain domains but not others. When I
try to execute the same queries using "dig", I see the error message
res_nsend: Protocol not supported
Via various search engines, I've seen hints that the pro
At Mon, 03 Jul 2006 07:32:01 -0400,
randall wrote:
>
> Bascially there are two socket models that
> can be used by SCTP..
>
> sd = socket(AF_INETX, SOCK_STREAM, IPPROTO_SCTP);
>
> or
>
> sd = socket(AF_INETX, SOCK_SEQPACKET, IPPROTO_SCTP);
>
> The first one will then look JUST like TCP... aka
On 7/5/06, Vlad GALU <[EMAIL PROTECTED]> wrote:
I was debugging a dspam->clamav connection and I saw two packets
which didn't belong to the loopback interface. The destination IP was
assigned to one of the physical interfaces, and the source IP was
somewhere on the internet. I've no idea how
I was debugging a dspam->clamav connection and I saw two packets
which didn't belong to the loopback interface. The destination IP was
assigned to one of the physical interfaces, and the source IP was
somewhere on the internet. I've no idea how to reproduce it.
--
If it's there, and you can s
Bascially there are two socket models that
can be used by SCTP..
sd = socket(AF_INETX, SOCK_STREAM, IPPROTO_SCTP);
or
sd = socket(AF_INETX, SOCK_SEQPACKET, IPPROTO_SCTP);
The first one will then look JUST like TCP... aka you
can take ANY TCP app you have and it will work... only
thing you migh
Hello,
I have a problem with routes in 6.1 when configuring IPv6 address using both
autoconfigured addresses at the same time with statically configured
addresses from different prefixes.
If the host is not accepting router advertisements everything seems to work
fine:
# sysctl -a | grep rtad
Hello!
In RELENG_4, RealTek 8129/8139 driver rl(4) doesn't claim VLAN support
(when I assign vlandev rl0, my vlan device initially gets mtu 1496). In
modern (e.g. RELENG_6) systems if_rl claims native VLAN support. I've
tried setting 'ifconfig vlan0 mtu 1500' for rl-based vlan device, and
resu