[Netlinx-modules-commit] NetLinx-Modules ChangeLog.txt,1.7,1.8
Brought to you by:
coffler
|
From: Jeff C. <co...@us...> - 2006-02-16 20:34:56
|
Update of /cvsroot/netlinx-modules/NetLinx-Modules In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11169 Modified Files: ChangeLog.txt Log Message: Fixed problem with TimeSync allowing update to any time at all via NTP. This was a problem because corrupted packets (due to UDP) may cause the NetLinx master to get seriously off kilter. The change is now bounded by 1.5 hours by default; this can be changed if needed via a trivial source code edit. Index: ChangeLog.txt =================================================================== RCS file: /cvsroot/netlinx-modules/NetLinx-Modules/ChangeLog.txt,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** ChangeLog.txt 31 Dec 2005 00:08:00 -0000 1.7 --- ChangeLog.txt 16 Feb 2006 20:34:47 -0000 1.8 *************** *** 1,2 **** --- 1,5 ---- + 2006-02-16: TimeSync had a problem allowing NTP times that were way off (due + to packet corruption or other issues). Corrected this problem. + 2005-12-30: Tested SlimServerMod with NetLinx firmware v3.11.323 (reported as problematic by Tony Williams, but works fine). Updated the |