1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-12 07:20:29 -05:00
Simon Tatham f08879a556 windows/network.c: create a 'superfamily' SockAddr field.
This replaces two previous boolean fields 'resolved' and 'namedpipe',
converting them into a single three-valued enum which avoids being
able to represent the meaningless fourth possibility at all. Also, it
provides an open-ended place to add further possibilities.

The new field is very similar to the one in unix/network.c, except
that the UNIX entry for AF_UNIX sockets is missing, and in its place
is the NAMEDPIPE entry for storing the pathnames of Windows named
pipes.
2022-02-04 19:25:35 +00:00
..
2021-05-27 09:48:32 +01:00
2017-05-07 16:29:01 +01:00