This website requires JavaScript.
Explore
Help
Register
Sign In
shishantbiswas
/
c3c
Watch
1
Star
1
Fork
0
You've already forked c3c
mirror of
https://github.com/c3lang/c3c.git
synced
2026-02-27 20:11:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2a683a6a05ec2ebd60be203c2ec66e5891773784
c3c
/
lib
/
std
/
net
History
OdnetninI (Eduardo José Gómez Hernández)
05c2737f46
Fix timeout at tcp::connect
2023-09-18 23:47:01 +02:00
..
os
Add blocking connection with timeout, and initial poll functionality.
2023-09-03 19:03:00 +02:00
inetaddr.c3
#934
followup
2023-08-24 18:10:18 +02:00
net.c3
Update errno listings. Update ai flags in std::net. Fix incorrect socket error results on Win32. Change behaviour Socket set_option. TcpSocket/TcpServerSocket/UdpSocket. Rename "TimeDuration" to "Duration". Allow @if on enum values.
2023-08-19 22:41:54 +02:00
socket_private.c3
Add blocking connection with timeout, and initial poll functionality.
2023-09-03 19:03:00 +02:00
socket.c3
Fixed issues inferring length with subarrays. Removed old, non-working example. Infer length in the case of subarray literals.
2023-09-12 22:24:20 +02:00
tcp.c3
Fix timeout at tcp::connect
2023-09-18 23:47:01 +02:00
udp.c3
Updating time duration functions.
2023-09-05 10:57:50 +02:00