NNDK 2.6.7 Beta release available

Discussion to talk about software related topics only.
User avatar
dciliske
Posts: 624
Joined: Mon Feb 06, 2012 9:37 am
Location: San Diego, CA
Contact:

Re: NNDK 2.6.7 Beta release available

Post by dciliske »

Lance,

You are correct about the Nano SaveUserParams. There's a fix that was made on 1/15/15. Send us a ticket and I'll get you the files.

On the TCPSpaceAvail functions: Damn! You found my hidden code. I added these when implementing the non-blocking code for Websockets, but wasn't certain on exactly how they should be brought out/if the interface was correct.

These will actually be part of a overhaul to the writeavail and dataavail iosys functions we have planned. Basically, writeavail and dataavail will change from returning a boolean int of 0 or 1 to returning the byte counts available for writing or reading. This will also apply to ExtraFDs by way of adding two additional function pointers for doing the count based availability. If those function pointers don't get populated, then it will revert to the WriteAvail and DataAvail bits currently used, and only return a boolean int.

-Dan
Dan Ciliske
Project Engineer
Netburner, Inc
Post Reply