Re: Adjust Maximum Segment Size?

2008-05-28 Thread Andre Oppermann
Stefan Lambrev wrote: Ermal Luçi wrote: On Tue, May 27, 2008 at 8:04 PM, Stefan Lambrev [EMAIL PROTECTED] wrote: Greetings, Alexander Motin wrote: Stefan Lambrev wrote: Yes, You can with ng_tcpmss Isn't it doable only with ipfw/divert when using ng_tcpmss? I have and

Re: Adjust Maximum Segment Size?

2008-05-28 Thread Stefan Lambrev
Ermal Luçi wrote: On Tue, May 27, 2008 at 8:04 PM, Stefan Lambrev [EMAIL PROTECTED] wrote: Greetings, Alexander Motin wrote: Stefan Lambrev wrote: Yes, You can with ng_tcpmss Isn't it doable only with ipfw/divert when using ng_tcpmss? I have and some concerns about

Re: Adjust Maximum Segment Size?

2008-05-27 Thread Julian Elischer
Stefan Lambrev wrote: Greetings, Is there a way to adjust MSS just like in cisco's ip tcp adjust-mss? I want to play only with MSS not with MTU. So far the only solution that I found is pf+scrub, but I wander if it is possible to do it without firewall. there is tcpmssd in ports but that

Re: Adjust Maximum Segment Size?

2008-05-27 Thread Julian Elischer
Boris Kovalenko wrote: Hello! Yes, You can with ng_tcpmss Greetings, Is there a way to adjust MSS just like in cisco's ip tcp adjust-mss? I want to play only with MSS not with MTU. So far the only solution that I found is pf+scrub, but I wander if it is possible to do it without firewall.

Re: Adjust Maximum Segment Size?

2008-05-27 Thread Stefan Lambrev
Greetings, Alexander Motin wrote: Stefan Lambrev wrote: Yes, You can with ng_tcpmss Isn't it doable only with ipfw/divert when using ng_tcpmss? I have and some concerns about performance too .. There are several ways to inject packet to ng_tcpmss: - ipfw + divert + ng_ksocket. It should be

Re: Adjust Maximum Segment Size?

2008-05-27 Thread Ermal Luçi
On Tue, May 27, 2008 at 8:04 PM, Stefan Lambrev [EMAIL PROTECTED] wrote: Greetings, Alexander Motin wrote: Stefan Lambrev wrote: Yes, You can with ng_tcpmss Isn't it doable only with ipfw/divert when using ng_tcpmss? I have and some concerns about performance too .. There are several

Re: Adjust Maximum Segment Size?

2008-05-27 Thread Alexander Motin
Stefan Lambrev wrote: Yes, You can with ng_tcpmss Isn't it doable only with ipfw/divert when using ng_tcpmss? I have and some concerns about performance too .. There are several ways to inject packet to ng_tcpmss: - ipfw + divert + ng_ksocket. It should be faster then usual user-level