search for: 1second

Displaying 8 results from an estimated 8 matches for "1second".

Did you mean: second
2003 Jul 28
1
Reading a file every t seg.
Dear all, I'm writing a small program to read a file that receives data every time (e.g. every 1second ). During the execution of my program I get the message: " Error in read.table("file.txt", header = T, sep = ";") : no lines available in input " I suppose that it happens when I try to read the "file.txt" while it is being written. To overcome this p...
2007 Dec 06
1
Setting max latency on classful qdiscs
...dev eth3 parent 2:0 protocol 0x8100 prio 2 u32 match u16 3000 0x0fff at 0 flowid 2:1 action ipt -j MARK --or-mark 0x00100000 This essentially provides a 2mbit/s rate limit on each of eth2 and eth3. However, when I attempt to put more than 2mbps through it, It gets quite latent (I end up with >1second latency at times). Is there any way of specifying the maximum latency on a HTB class or qdisc? Or CBQ, for that matter? I need to use a classful qdisc, so tbf is out of the question. Ideally, I want to be able to specify that packets get dropped if they are in the queue for any longer than a specif...
2013 Mar 12
2
Problem with local Discovery in tinc-pre
...d with ping -f). For every lost packet tincd (started with -D -d4) shows the Error: "Received UDP packet from unknown source 192.168.2.103 port 655". Every 2-3 seconds the packet loss stops and tincd reports: "UDP address of alphalabs set to 192.168.2.103 port 655" But after <1second the packet loss begins again with the unknown source error. log snippet: UDP address of alphalabs set to 192.168.2.103 port 655 UDP address of slowpoke set to 81.89.96.210 port 655 Received UDP packet from unknown source 192.168.2.103 port 655 Received UDP packet from unknown source 192.168.2.103...
2001 Feb 12
4
Performance VPN over the internet
Hi 'tinc users' I'm new whit tinc and this mail-list. I like to build a vpn over the internet between two sites in Holland and Germany. Are there some experience whit the performance (turn-a-round en bandwidth) of a link. I want to use it for a 1,5Mb connection. Greetings, Fred Krom. - Tinc: Discussion list about the tinc VPN daemon Archive:
2003 Dec 04
4
bug in as.POSIXct ?
...not know enough about R code and C handling of the time structures to find an error there. Perhaps, the error is actually in the C library handling of time structures on Windows machines. All this seems to work fine in version 1.8.1 patched 11-24 on a Linux machine, i.e. the above difference is 1second. However, the swicth between CDT and CSD also accurs at 1:00. Andy __________________________________ Andy Jaworski 518-1-01 Process Laboratory 3M Corporate Research Laboratory ----- E-mail: apjaworski at mmm.com Tel: (651) 733-6092 Fax: (651) 736-3122
2006 Jun 04
0
Grand Theft Auto 3 & VC Discoveries.
...on with the game information... GTA 3: Okay, now like everyone else seems to have had, the first thing I noticed was the audio (it's pretty hard not to notice this ;)) so after much tweaking of settings within GTA3 I managed to get the audio performing as good as in windows (albeit with a 1second delay - eg. press the horn button count to 'one' and then the horn actually goes off. The apparent cause of the audio problems many users have been experiencing with GTA3 is down to their DISPLAY settings (I can admit I wasn't expecting that to cause the audio problem). If you run t...
2005 Feb 19
1
Uniden UIP200, please help
...50 RegisterExpireLimitPercent 10 Register403RetrySec 1200 SipPort 5060 SRVRecordName - #_sip._udp.uniden.com FailoverRetrySec 4 # For Redundant Outbound proxy server #InterDigitTimer Value in milli seconds (minimum is 1000ms = 1Second) InterDigitTimer 4000 # options are ON or OFF SessionTimerSupport ON # options are ON or OFF SessionTimerRefresher ON SessionTimerMin 60 TimerInterval0 300 TimerInterval1 150 # Audio Settings G711MuTxPacketLength...
2006 Mar 16
3
Did I use "step" function correctly? (Is R's step() function reliable?)
Hi all, I put up an exhaustive model to use R's "step" function: ------------------------ mygam=gam(col1 ~ 1 + col2 + col3 + col4 + col2 ^ 2 + col3 ^ 2 + col4 ^ 2 + col2 ^ 3 + col3 ^ 3 + col4 ^ 3 + s(col2, 1) + s(col3, 1) + s(col4, 1) + s(col2, 2) + s(col3, 2) + s(col4, 2) + s(col2, 3) + s(col3, 3) + s(col4, 3) + s(col2, 4) + s(col3, 4) + s(col4, 4) + s(col2, 5) + s(col3,