Guy Harris

Results 642 comments of Guy Harris

So it's beginning to look as if we should strongly recommend against using network names for the "net" keyword, and maybe even deprecate support for that and eventually remove it.

For what it's worth, I've submitted https://sourceware.org/bugzilla/show_bug.cgi?id=32719 for GNU libc.

Speaking of "get rid of getnet*" - https://www.mail-archive.com/[email protected]/msg04250.html, from May 2021.

And DEC/Compaq/whoever marked it as obsolete in the Tru64 UNIX documentation a while ago - https://www3.physnet.uni-hamburg.de/physnet/Tru64-Unix/HTML/MAN/MAN3/0979____.HTM.

> This way, as far as the numbers look, GNU libc implementation is consistent with Linux man page, but there is no indication of the mask length, so in libpcap...

> The simplest way to avoid debugging Haiku bugs that have been fixed already would be making a new installation of R1/beta5 and [upgrading it to a development snapshot](https://www.haiku-os.org/guides/daily-tasks/updating-system). It...

I think the secret with WSL2 is that [it's a Linux kernel running in a VM](https://devblogs.microsoft.com/commandline/announcing-wsl-2/) rather than [the Linux system call interface implemented atop the NT kernel plus a...

> packetsendpacket failed: A device attached to the system is not functioning.(31) 31 is `ERROR_GEN_FAILURE`; I suspect "GEN" stands for "generic", as in "some unspecified thing went wrong". One NT...

> Wireshark was running on the machine I was sending packets from So the packet was probably being wrapped around by the Npcap code before it tried to send it,...

> and Linux could treat it as struct aiocb * s;Linux;platforms supporting the POSIX asynchronous I/O interface; Although that requires that the platform's mechanism for transmitting packets also support that...