Re: Cannot create raw socket connections

2001-02-16 Thread Richard Hodges
On Fri, 16 Feb 2001, Dale Chulhan - Work wrote: > Can you further assist me by expanding your reference to help me locate it? > > > There should be no problem with sending a TCP FIN on a raw socket. > > But the returning RST will be eaten by the TCP protocol. Your raw > > socket will not receiv

Re: Cannot create raw socket connections

2001-02-16 Thread AARON J MARKS
That reference is the network programming BIBLE! Richard Stevens, "Unix Network Programming Volume 1" Run, don't walk, to the nearest on-line bookstore and get the whole series (Vols 1 and 2). You should also get "Advanced Programming in the Unix Environment". -A. On Fri, 16 Feb 2001, Dale Chu

Re: Cannot create raw socket connections

2001-02-16 Thread Dale Chulhan - Work
Can you further assist me by expanding your reference to help me locate it? > There should be no problem with sending a TCP FIN on a raw socket. > But the returning RST will be eaten by the TCP protocol. Your raw > socket will not receive it. (ref: Stevens UNP v1, p 659) To Unsubscribe: se

Re: Cannot create raw socket connections

2001-02-16 Thread Richard Hodges
On Thu, 15 Feb 2001, Dale Chulhan - Home wrote: > I have a pal trying to do a tool for measurement of bandwidth on a bsd > machine. > > He says: > > Everytime I open a raw socket connection ( send FIN to expect RST or > something like that ). There should be no problem with sending a TCP FIN o