Displaying 2 results from an estimated 2 matches for "032e".
Did you mean:
0329
2006 May 02
0
Are VoIP clients supposed to set TOS to minimum delay?
...This is a tcpdump from My-IP to Other-IP:
13:07:14.704501 IP (tos 0x0, ttl 64, id 813, offset
0, flags [DF], proto: UDP (17), length: 120)
My-IP.32784 > Other-IP.10384: UDP, length 92
0x0000: 4500 0078 032d 4000 4011 0fce db4a
37e4
0x0010: d5ba 3e91 8010 2890 0064 50f7 8008
032e
0x0020: ff63 f69f 0a00 0000 d4d4 d4d4 d4d4
d4d4
0x0030: d4d5 d5d5
Here TOS is 0x0, that is, normal traffic! Are VoIP
clients supposed to set TOS to minimum delay? Is there
any reason for this? Or is this something developers
over
looked?
Many thanks in advance.
Best Regards
Un...
2008 May 14
7
A copy of XX has been removed from the module tree but is still active!
I have a class in my /lib/ directory called tracker.rb
It''s function is to receive an array of URLs and then perform 4
separate tasks on each URL
Each of the 4 tasks gets it''s own thread.
the class is called from my controller like:
output = Tracker.go([array_of_urls])
Sometimes, when it hits an exception, instead of just dieing
gracefully, my logs repeatedly display:
A