Re: some question

2003-02-21 Thread Giorgos Keramidas
On 2003-02-20 16:46, ?? ?? <[EMAIL PROTECTED]> wrote: > hi,i have a question about tcp/ip stack,could you help me? > when we send a tcp packet with tcp_maxopt(tcp_maxopt = min(my > mss,mss offerd by opposite socket) +length of TCP options,as ecos > does in function tcp_mss() of the file tcp_input.c

Re: Some question

2003-02-20 Thread kitsune
On Thu, 20 Feb 2003 20:37:17 +0200 Kostya Odnoralov <[EMAIL PROTECTED]> wrote: > Hi All! > > Please help me. > > 1) Advise to me good console-based mp3 player from ports collections. > > 2) Where can i find good documentation about "how to make gateway". > Classical example: external 193.178.22

Re: Some question

2003-02-20 Thread Ryan Thompson
Kostya Odnoralov wrote to [EMAIL PROTECTED]: > Hi All! > > Please help me. We'll try. > 1) Advise to me good console-based mp3 player from ports > collections. audio/mpg123 would definitely be my first choice. > 2) Where can i find good documentation about "how to make gateway". > Classical ex

Re: Some question

2003-02-20 Thread Peter
/usr/ports/audio/mp3blaster On Thu, 20 Feb 2003 14:08:27 -0500 (EST) John Bleichert <[EMAIL PROTECTED]> wrote: > On Thu, 20 Feb 2003, Kostya Odnoralov wrote: > > Subject: Some question > > > > Hi All! > > > > Please help me. > > > >

Re: Some question

2003-02-20 Thread John Bleichert
On Thu, 20 Feb 2003, Kostya Odnoralov wrote: > Subject: Some question > > Hi All! > > Please help me. > > 1) Advise to me good console-based mp3 player from ports collections. > Check out mpg123 (and cmp3 which is an ncurses front-end for mpg123, if you should need

Some question

2003-02-20 Thread Kostya Odnoralov
Hi All! Please help me. 1) Advise to me good console-based mp3 player from ports collections. 2) Where can i find good documentation about "how to make gateway". Classical example: external 193.178.228.xxx, internal 10.20.30.xxx. How bring up "routed"? -- Kostya Odnoralov mailto:[EMAIL PROTECT

some question

2003-02-20 Thread 张 亮
hi,i have a question about tcp/ip stack,could you help me? when we send a tcp packet with tcp_maxopt(tcp_maxopt = min(my mss,mss offerd by opposite socket) +length of TCP options,as ecos does in function tcp_mss() of the file tcp_input.c) to IP,and IP insert some IP options into packet,so mayb