Google Code Exporter
Google Code Exporter
``` Scheduling for 9.3.0 instead since 9.2.3 is picking up other critical issues ``` Original comment by `[email protected]` on 10 Oct 2011 at 9:03 - Added labels: **Milestone-Release9.3.0** - Removed...
``` We can create a test that creates just such a queue but doesn't allocate memory to it (this is the tricky part). All the notifier would do is stuff...
``` all increments would be (x++) & 15 ``` Original comment by `[email protected]` on 3 Nov 2011 at 1:29
``` We could make this simpler, maybe. Stuff the last T_DATA event only (instead of a rotating queue). When T_DISCONNECT comes around, or T_LOOK, have it check the last T_DATA...
``` This didn't work, so we'll have to go back to the old idea (in macsockotpt.c.9.2.3). However, we don't need the queue, just deferredDi, as before. ``` Original comment by...
``` This is holding up 9.3.0 and I can't get it to not be flaky. I need to rethink this. Restoring the 9.2.3 code and we'll keep this rolling. ```...
``` ifixoldmacs now works ... ! ``` Original comment by `[email protected]` on 12 Jan 2012 at 3:00
``` Well, it *did*. Must have been a blip. ``` Original comment by `[email protected]` on 17 Jan 2012 at 3:43
``` [deleted comment] ```
``` I wonder if using OTMP instead of notifiers would be a good idea, though this would require a bump of the system requirements up to 9.0. ``` Original comment...