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.overbyte.be/eng/overbyte/teamics.html -- 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