Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sebi2020/socketinfo
- Owner: Sebi2020
- Created: 2014-06-28T20:51:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-01T17:41:01.000Z (over 10 years ago)
- Last Synced: 2023-05-19T11:49:01.252Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 2
- 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
```