[FreeBSD6.1-RELEASE]problem about soisconnected() in uipc_socket2.c

2006-06-13 Thread Blue
Hi,all: I have found a questionable code in soisconnected() function in uipc_socket2.c. In the very beginning, the SOCK_LOCK() would lock the socket. However, in line 127, it unlocks socket. I am wondering that SOCK_UNLOCK() should be called until all the socket's parameters are done. In my o

Re: [FreeBSD6.1-RELEASE]problem about soisconnected() in uipc_socket2.c

2006-06-13 Thread Robert Watson
On Tue, 13 Jun 2006, Blue wrote: I have found a questionable code in soisconnected() function in uipc_socket2.c. In the very beginning, the SOCK_LOCK() would lock the socket. However, in line 127, it unlocks socket. I am wondering that SOCK_UNLOCK() should be called until all the socket's par

bge(4) and gigabit

2006-06-13 Thread Skylar Thompson
I've got a Poweredge 1750 6-STABLE, and I'm having problems getting its onboard Ethernet interfaces negotiated to gigabit speeds. It has dual Broadcom BCM5704C copper interfaces, which are supported by the bge(4) driver. I've tried this againt a managed gigabit switch: I plugged in both interfaces

T/TCP in FreeBSD6.1-RELEASE

2006-06-13 Thread Blue
Hi, All: Why has FreeBSD6.1-RELEASE removed T/TCP extensions? The TCP options of "connection count" suggested in RFC 1379 no longer exists in the version. However, I could still see some "T/TCP logic" in functions such as tcp_input() or tcp_output(). Shouldn't these logic be removed, either?

IP Routing Question.

2006-06-13 Thread User Beastie
Dear All. I have one simple question. If my ISP assign one point to point ip address and one full subnet mask address (/28), can i have those in one my ethernet interface ? If it's possible, is there any network routing problem ? FYI , i have one private network and DMZ . regards Beastie

Re: IP Routing Question.

2006-06-13 Thread Bryan Irvine
YOu mean you want all 6(?) IP's on the same interface? Ya, it's called aliases. I think you are looking for man(5) hostname.if. --Bryan On 6/13/06, User Beastie <[EMAIL PROTECTED]> wrote: Dear All. I have one simple question. If my ISP assign one point to point ip address and one full sub