Hi Christian,
ich habe den Size Parameter angepasst - setsockopt(UDPSocket1.handle,
IPPROTO_IP, IP_TOS, tos, 4) - aber lt. dem TCPDUMP steht der TOS
immer noch auf 0.
klemis-computer:/Users/klemi root# tcpdump -vv
tcpdump: listening on en0, link-type EN10MB (Ethernet), capture size
96 bytes
12:01:07.898563 IP (tos 0x0, ttl 254, id 6228, offset 0, flags
[none], proto: UDP (17), length: 986) 192.168.1.1.55555 >
192.168.0.255.55555: UDP, length 958
bye
Klemens
Am 17.07.2006 um 11:49 schrieb Christian Schmitz:
Klemi <[EMAIL PROTECTED]> wrote:
Hi folks,
Dim tos as Integer = 184
setsockopt(UDPSocket1.handle, IPPROTO_IP, IP_TOS, tos, 0)
Wie wäre es, wenn du bei size mal 4 statt 0 angibst?
Gruß
Christian
--
Around eleven thousand functions in one REALbasic plug-in.
The Monkeybread Software Realbasic Plugin v6.2.
<http://www.monkeybreadsoftware.de/realbasic/plugins.shtml>