issues
search
vapor-community
/
sockets
🔌 Non-blocking TCP socket layer, with event-driven server and client.
MIT License
575
stars
54
forks
source link
Create enums for socket constants
#1
Closed
czechboy0
closed
8 years ago
czechboy0
commented
8 years ago
[x] AF_INET
[x] AF_INET6
[x] PF_INET
[x] PF_INET6
[x] SOCK_STREAM
[x] SOCK_DGRAM
[x] IPPROTO_TCP
[x] IPPROTO_IP
[x] IPPROTO_IPV4
[x] IPPROTO_IPV6
[x] IPPROTO_UDP
czechboy0
commented
8 years ago
Will be finished in #13.