Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sebi2020/socketinfo

Retrieves information about the supported sockets on windows.
https://github.com/sebi2020/socketinfo

Last synced: 2 days ago
JSON representation

Retrieves information about the supported sockets on windows.

Awesome Lists containing this project

README

        

Socket Info
===================
Socket Info is a simple utility to view the supported Service Providers of winsock2.

How to compile
---------------
Simply type
```shell
Make
```

Alternative:
```shell
gcc socket.c -o socket.exe -lws2_32
```