https://github.com/sebi2020/socketinfo
Retrieves information about the supported sockets on windows.
https://github.com/sebi2020/socketinfo
Last synced: 10 months ago
JSON representation
Retrieves information about the supported sockets on windows.
- Host: GitHub
- URL: https://github.com/sebi2020/socketinfo
- Owner: Sebi2020
- Created: 2014-06-28T20:51:35.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-01T17:41:01.000Z (almost 12 years ago)
- Last Synced: 2025-04-12T20:55:52.242Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```