Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
1k views

Java Multicast Time To Live is always 0

I have a problem with setting the TTL on my Datagram packets. I am calling the setTTL(...) method on the packet before sending the packet to the multicastSocket but if I capture the packet with ...
3
votes
2answers
570 views

How to get TTL of a UDP packet in Java?

I am using a Java application to send UDP packets to an Android device. There I have another Java application that receives these UDP packets and displays its data - very simple. Now I am working on ...
3
votes
1answer
674 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
3
votes
1answer
888 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, we delivered a test ...
2
votes
2answers
507 views

Writing a TTL decorator in Python

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 ...
1
vote
1answer
101 views

What happens when Varnish Cache is full?

I'm using varnish with -s malloc,1G" It's currently 98% full. Once it completely full what will happen? With it purge? Maybe purge old images/pages? Or better yet purge the files with least ...
1
vote
1answer
460 views

Rackspace CDN TTL

I am using Rackspace ubuntu cloud servers and I'm also using Rackspace CDN images for my static web contents. Sometimes I'll have to update some images/css in the CDN and they will not be reflected ...
1
vote
3answers
1k 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 there a network ...
0
votes
1answer
20 views

How to change in Gradle time to live for artifact caches?

I am interesting in reducing time between refresh of SNAPSHOT versions of dependencies in Gradle. How can I configure it and what is the default value?
0
votes
1answer
36 views

Xilinx Virtex5 Simple I/O

I'm using a Virtex 5 FPGA and want to have a few +5/0 I/O pins to communicate with a microcontroller. The only peripherials I've used on the board so far are pushbuttons and switches and no one I've ...
0
votes
0answers
38 views

Finding whether dns caching working or not in EJB calls

Is there way I can find out whether DNS caching is being done in client application side or not. The issue is that there was a fail-over of the servers but the application was still pointing to old ...
0
votes
1answer
116 views

How to access a domain without a internet/network connection? [closed]

My situation is that I would like to know on how to log onto a domain through RDP even when there is no longer an internet connection. For an example to show what I mean would be this: network ...
0
votes
1answer
67 views

php + memcache(d) extensions : possible to find when an element was set / remaining ttl?

when using php + memcache(d) pecl extensions, is it possible to pull the remaining lifetime of an element using one of the built in memcache(d) functions? i know this can be done by doing a full dump ...
0
votes
2answers
72 views

Difference between TTL and Keep alive

Can any one tell me the difference between TTL and Keep alive in sockets (C# Networking) and also Linger.. Thanks in advance.
0
votes
1answer
53 views

What is the lifespan of files saved to CFFileServlet with Coldfusion

I have to serve captcha image (in Coldfusion) without saving permanent files per request, so I am using cfimage without a source destination and the action set to captcha. This returns a file like ...
0
votes
1answer
150 views

TTL Value - TimeToLive

http://searchnetworking.techtarget.com/definition/time-to-live From this article, im Confused about the defanition about this subject. is there any chance someone help me undestand better whats going ...
0
votes
1answer
56 views

general serial (ttl) programming question (not language specific)

I'm writing an app with two arduinos and an RF transceiver connecting them. The arduinos are doing calculations etc in a loop with a 50ms second delay. The transceiver operates at a baud rate of ...
0
votes
1answer
112 views

How to change TTL of a file on a cloud through PHP

I am trying to simply change the TTL value of a container that is already created on my rackspace cloud. I created this php script but am still new to php and this project is a little over my head. I ...
0
votes
1answer
572 views

How does one send ICMP packets (with associated TTL values) in Java on Android? Is it possible without a 3rd-party library? If not, what do you use?

This seems like it should be a simple solution to find, but I'm not having any luck. I want to write a simple ping/traceroute/dns troubleshooting app, but am simply not finding any documentation or ...
0
votes
1answer
130 views

Need to use dnscmd to modify the ttls of a list of records

I have a list of records that all need their individual TTLs modified. I can't seem to find a way with this odd syntax to do so, however. Any recommendations? Would I have to delete them all and ...
0
votes
1answer
343 views

Java Media Framework always generating multicast packets with TTL=1

I need to generate a G711 multicast audio stream, and came across the AVTransmit2 sample as part of the Java Media Framework. Fundementally this works, however the multicast packets all have TTL set ...
0
votes
2answers
379 views

Obtaining ttl value for DNS records

Iam writing a program to gather data on ttl of various DNS records.I could get it for SOA. Can anyone say how to obtain ttl value for MX , A records ?
0
votes
2answers
1k 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 of these routes you ...
-4
votes
1answer
60 views

What is the TTL (Time to Live)? Why is it required? in android

I am new to Android. Actually I am an iPhone Developer. Currently, I am trying to develop an Internet-based application. Can anyone tell me that what is TTL, and why its necessary?