Page 3 of 5

Re: The new network stack

Posted: Thu Apr 03, 2014 11:58 am
by hidnplayr
Leency wrote:Netstat program GUI fix, reduce window redraw. Waiting for a new system colors.
Looks better indeed.
Further improvement is encouraged ;)

Re: The new network stack

Posted: Sat Apr 05, 2014 1:06 pm
by Leency
I tried to implement next style, but it was too hard for me :(
hidnplayr, could you, please implement it?

Re: The new network stack

Posted: Sat Apr 05, 2014 1:31 pm
by hidnplayr
It's certainly possible, but I believe such things should be in our widget library :)
Nonetheless, I might have a look.

Re: The new network stack

Posted: Mon Oct 06, 2014 8:25 am
by stefano
I noticed that the documentation in the SVN and the information in the Wiki about the new stack differs.
http://websvn.kolibrios.org/filedetails ... FSTACK.TXT
http://wiki.kolibrios.org/wiki/New_network_api

It's not clear what way use for subfunctions 8, 9 and 10, in function 75. I didn't check the other information, but maybe differs too.

Re: The new network stack

Posted: Mon Oct 06, 2014 11:58 am
by hidnplayr
Thanks for noticing.
The documentation has been fixed.

Re: The new network stack

Posted: Mon Oct 06, 2014 12:13 pm
by stefano
That's great!
What means "/" in the subfunction 10 of the function 75?

Re: The new network stack

Posted: Mon Oct 06, 2014 12:17 pm
by hidnplayr
"/" means "nothing" in this case.

Re: The new network stack

Posted: Mon Oct 06, 2014 1:00 pm
by stefano
Ok. Thank you.

Re: The new network stack

Posted: Fri May 06, 2016 2:56 pm
by Pathoswithin
I have Realtek 8168c, and Netstat constantly outputs random 32bit numbers at "Bytes received".

Re: The new network stack

Posted: Tue Aug 16, 2016 7:17 pm
by hidnplayr
Pathoswithin wrote:I have Realtek 8168c, and Netstat constantly outputs random 32bit numbers at "Bytes received".
Sorry, somehow I lost your post out of sight.
(Therefore I always ask to use bug tracker for bug reports..)

Try #6480 please.

Re: The new network stack

Posted: Tue Aug 16, 2016 8:19 pm
by Pathoswithin
Fixed.

Re: The new network stack

Posted: Wed Oct 26, 2016 1:41 pm
by 0CodErr
I found an undocumented SysFn75.255. But it seems that it works.
http://websvn.kolibrios.org/filedetails ... #line-1344

Whether SysFn74.255 be treated as SysFn74. -1?
In the source code cmp bl, 255 http://websvn.kolibrios.org/filedetails ... 6#line-717
It may be more convenient.

Re: The new network stack

Posted: Wed Oct 26, 2016 8:13 pm
by hidnplayr
0CodErr wrote:I found an undocumented SysFn75.255. But it seems that it works.
http://websvn.kolibrios.org/filedetails ... #line-1344
Not useful except for debugging of the kernel code, may be removed at any time.
0CodErr wrote: Whether SysFn74.255 be treated as SysFn74. -1?
In the source code cmp bl, 255 http://websvn.kolibrios.org/filedetails ... 6#line-717
It may be more convenient.
-1 may be more confusing.

Re: The new network stack

Posted: Wed Oct 26, 2016 9:28 pm
by 0CodErr
hidnplayr, i asked because in sysfuncr.txt written bl = -1
http://websvn.kolibrios.org/filedetails ... #line-4378

Re: The new network stack

Posted: Wed Oct 26, 2016 9:52 pm
by hidnplayr
Previously, it was written this way in sysfuncs.txt as well, but because of confusion with some programmers, it has been changed.
I do not maintain Russian translation however..