OK, mistakes happen, and generally when things break I start checking it was not me first...
Sadly, on this occasion, a stupid typo in my code meant that our LNS caused a tunnel to drop and reset once the sequence wrapped around (at 65535 messages). Silly mistake.
The problem, of course, is that this only happens after a long period of running perfectly. In this case a couple of months. So you naturally assume it is working well and so assume it must be our favorite telco screwing up as usual.
Well, red faced and kicking myself... Sorry to our favourite telco for hassling them for more than a day on this. ui32 changed to ui16 and all should be well. D'Oh...
2010-08-12
Subscribe to:
Post Comments (Atom)
eufyMake UV Printer E1 more experience
I am very much getting the hang of it now. Crystal glass is an issue, and still one option still to try involves a primer, which is on its w...
-
This is an appeal for (sensible) comments. I am working on revised A&A tariffs for broadband. For those that are not sure how they wor...
-
Broadband services are a wonderful innovation of our time, using multiple frequency bands (hence the name) to carry signals over wires (us...
-
For many years I used a small stand-alone air-conditioning unit in my study (the box room in the house) and I even had a hole in the wall fo...
> ui32 changed to ui16
ReplyDeleteor ui16 change to ui32 even?
No, sequences are ui16, so my difference that was erroneously a ui32 was wrong.
ReplyDelete