Hi Thomas,
> s = splnet();
> + if (so->so_state & (SS_ISCONNECTED | SS_ISCONNECTING)) {
> + splx(s);
> + return (EINVAL);
> + }
> error = (*so->so_proto->pr_usrreqs->pru_listen)(so, td);
> if (error) {
> splx(s);
>
Can you commit th
Martin Blapp wrote:
> Can you commit this ? The fix looks appropriate, but the manpage should
> also be changed to reflect the change.
>
> ERRORS
> Listen() will fail if:
>
> [EBADF]The argument s is not a valid descriptor.
> [ENOTSOCK] The argument s is not a s
On Tue, 2003/01/14 at 02:51:03 -0800, Terry Lambert wrote:
> Martin Blapp wrote:
> > Can you commit this ? The fix looks appropriate, but the manpage should
> > also be changed to reflect the change.
> >
> > ERRORS
> > Listen() will fail if:
> >
> > [EBADF]The argument s is
Thomas Moestl wrote:
> > > [EINVAL] Listen() has been already called on the socket.
> The manpage change does not reflect the change in the patch :)
> It should be:
>
> [EINVAL]The socket is connected.
Oh. That's very different. Never mind. 8-).
-- Terry
To Uns
Hi,
I just release new version of ng_sppp.
Have anybody try this driver?
Changes:
Fixed: It was wrong to stop sending packets if an interface is not
!running or !up.
Added: Manual page was added.
Best regards,
Roman Kurakin
To Unsubscribe: send mail to [EMAIL PROT
Hi,
I just release new version of ng_sppp.
Have anybody try this driver?
Changes:
Fixed: It was wrong to stop sending packets if an interface is not
!running or !up.
Added: Manual page was added.
Best regards,
Roman Kurakin
ng_sppp-1.1.tgz
Description: applicatio
On Tue, 14 Jan 2003, Martin Blapp wrote:
>
> Hi Thomas,
>
> > s = splnet();
> > + if (so->so_state & (SS_ISCONNECTED | SS_ISCONNECTING)) {
> > + splx(s);
> > + return (EINVAL);
> > + }
> > error = (*so->so_proto->pr_usrreqs->pru_listen)(so, td);
> > if (error) {
| That bug has been fixed, in sys/netgraph/ng_pptpgre.c revisions
| 1.26 and 1.2.2.13.
|
| http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/netgraph/ng_pptpgre.c
Any plans to commit relevant patches to -stable branch?
Thanks
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebs
I see in the cvs comments that this card is supported (1.11 of if_bge.c).
The relevant change seems to be:
+ /*
+* Figure out what sort of media we have by checking the
+* hardware config word in the EEPROM. Note: on some BCM5700
+* cards, this value appears to be uns
Hi, We are facing similar issues mention in PR/47044. This is on a
4.6-stable box running sendmail 8.12.6
http://www.freebsd.org/cgi/query-pr.cgi?pr=47044
One more data point I would like to mention. When I do a telnet to a
host:port where no service is running. Sometimes I get "Connection
refuse
On Wed, 15 Jan 2003, Yusuf Goolamabbas wrote:
> http://www.freebsd.org/cgi/query-pr.cgi?pr=47044
> One more data point I would like to mention. When I do a telnet to a
> host:port where no service is running. Sometimes I get "Connection
> refused", sometimes I get "Can't assign requested address"
My goal is to create an ipfw rule that stops normal syn floods by blocking
ALL syn packets that have no MSS set.
My understanding is that there is no legitimate packet that is a SYN and
has no MSS, and further, most of the kiddie tools in existence for syn
flooding do indeed send syn packets with
12 matches
Mail list logo