2
votes
1answer
185 views
Erlang: how to set or check TTL in UDP packets?
In Erlang, how can I:
Set the TTL for sent UDP packets?
Retrieve the value of the TTL for received UDP packets?
I need to do this to implement GTSM
0
votes
2answers
343 views
Do you recommend TTL, SPI or I2C with SunSPOT
I am starting to try to interface with some external components (Skyetek M1 Mini or M1 RFID scanner) than supports the following protocols TTL, SPI or I2C. I am wondering which one …
1
vote
1answer
170 views
Writing a TTL decorator in Python
Hi,
I'm trying to write a TTL decorator in python.
Basically I give it raise an exception if the function doesn't
answer in the selected time.
You can find the thead2 snippets on …
3
votes
1answer
367 views
Why would my java program send multicast packets with a TTL of 1?
I have a java client program that uses mdns with service discovery to find its associated server. After much testing on a single network with Windows, Fedora 10, and Ubuntu 8.10, …
1
vote
3answers
618 views
How can I modify multicast TCP/IP packets’ TTL?
I'm supporting a 3rd party app that sends multicast packets with a TTL of 1. We cannot modify the app, but need a higher TTL to route the packets to another customer's network. Is …
