4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-24 07:57:22 +08:00
Corinna Vinschen b79018ee3a Cygwin: encapsulate Winsock based fhandler_socket classes
Insert another class fhandler_socket_wsock between fhandler_socket
and fhandler_socket_inet/fhandler_socket_local.

Also, add a new method fhandler::is_wsock_socket to allow asking
for sockets in general (is_socket) vs. Winsock-based sockets
(is_wsock_socket).

This allows to develop a new handler_socket_unix class as derived
class from fhandler_socket without any trace of wsock code left
in fhandler_socket.

While this is basically a temporary measure at this time, it may
prove useful for later interoperability with the upcoming Windows 10
AF_UNIX implementation at one point.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2018-02-23 15:24:18 +01:00
..
2016-11-24 16:09:31 +01:00
2016-08-23 15:07:42 +01:00
2016-06-25 00:43:01 +02:00
2018-02-20 17:59:53 +01:00
2016-06-24 23:32:39 +02:00
2015-11-18 19:09:47 +01:00
2017-03-27 22:03:58 +01:00
2017-03-27 22:03:58 +01:00
2015-08-17 11:05:43 +02:00
2016-06-23 21:30:15 +02:00
2018-02-07 13:07:44 +01:00
2018-02-07 13:07:44 +01:00
2016-06-24 23:32:39 +02:00
2017-03-27 22:03:58 +01:00
2018-02-07 13:07:44 +01:00
2018-02-07 13:07:44 +01:00
2018-02-07 13:07:44 +01:00
2016-06-23 16:56:41 +02:00
2017-04-24 17:14:03 +02:00
2017-04-24 17:14:03 +02:00
2018-02-20 17:59:53 +01:00