Re: [twsocket] No fragmentation

2006-10-17 Thread Stadin, Benjamin
Great, thank you. Arno Garrels schrieb: > > Stadin, Benjamin wrote: > > Hi, > > > > I need to send a tcp packet without fragentation (DF flag set in > > ethernet frame). Is that possible with ICS? > > optval := 1; > WSocket_SetSockOpt(WSocket1.HSocket, IPPROTO_IP, IP_DONTFRAGMENT, > @optval, Siz

Re: [twsocket] No fragmentation

2006-10-17 Thread Arno Garrels
Stadin, Benjamin wrote: > Hi, > > I need to send a tcp packet without fragentation (DF flag set in > ethernet frame). Is that possible with ICS? optval := 1; WSocket_SetSockOpt(WSocket1.HSocket, IPPROTO_IP, IP_DONTFRAGMENT, @optval, SizeOf(optval)); --- Arno Garrels [TeamICS] http://www.overby

Re: [twsocket] No fragmentation

2006-10-16 Thread Francois Piette
> I need to send a tcp packet without fragentation (DF flag set in ethernet > frame). Is that possible with ICS? If there is a winsock function to set this flag, yes. Search MSDN for IoctlSocket and SetSockOpt. Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROT

[twsocket] No fragmentation

2006-10-16 Thread Stadin, Benjamin
Hi, I need to send a tcp packet without fragentation (DF flag set in ethernet frame). Is that possible with ICS? Benjamin -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be