1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-21 17:28:00 +02:00
Commit graph

24 commits

Author SHA1 Message Date
Brian Fiete
1f539595e0 Added TCP_NODELAY 2024-10-25 17:20:12 -04:00
disarray2077
a4e438bca6
Fix Socket constants on Linux 2024-02-18 14:06:21 -03:00
Brian Fiete
035335bf7b Added out sockAddrs for Connect/AcceptFrom 2024-01-01 05:49:45 -05:00
Brian Fiete
4456bc0540 Socket UDP support 2022-11-16 13:56:52 -08:00
m910q
c534afecf9 Created overload for Socket.Listen() with address 2022-08-26 19:42:16 +02:00
m910q
7d26c115bb Default Socket.Listen() IP to 127.0.0.1 2022-08-26 18:55:32 +02:00
m910q
469a81afb9 Require listen IP when calling Socket.Listen() 2022-08-26 18:12:57 +02:00
m910q
9c1ef2203f Fixed Socket.Select() timeout on Linux 2022-08-26 17:11:57 +02:00
m910q
30c05a2e11 Added support for Socket.Select() under Linux 2022-08-26 05:01:02 +02:00
disarray2077
6a1d055325
Fix errno 2021-11-01 14:06:07 -03:00
Damian Day
3ce62c2d22
Update Socket.bf
Allow specifying winsock version.
Added Uninit to cleanup winsock.

These are useful for other network libraries to reuse.
2021-08-17 01:24:42 +01:00
Brian Fiete
eedbd9b8f5 Fixed Blocking setter 2020-07-27 13:58:40 -07:00
Brian Fiete
673d9a18f3 Fixed INVALID_SOCKET, added Blocking property, Select uses milliseconds 2020-07-27 12:31:25 -07:00
TheRawMeatball
c74285d6fb Fix for #332 2020-06-06 14:40:46 +03:00
LZMPDev
ad0dab0d4c Revamp Stdcall 2020-05-25 20:46:28 +08:00
Brian Fiete
904f907f1d
Merge pull request #158 from IamSanjid/patch-1
Fixing `closesocket` linking error.
2020-05-02 06:12:45 -07:00
Argentoz
b15caecb3e
Update Socket.bf
Added NativeSocket getter
2020-05-02 16:07:42 +03:00
Purple
ae8ee89b0f
Fixing closesocket linking error.
Whenever I tried to use this Socket class, I get the linking error which says `closesocket` is unresolved. I am not sure this is how it should be done but after specifying the lib, it solved the issue.
2020-04-28 22:44:01 +06:00
subuzero
94b20b0017 ioctlsocket() is Windows-Only. Using ioctl() for non-Windows platform. 2020-03-12 18:39:00 +05:30
Brian Fiete
f7dd157bf8
Merge branch 'master' into close_socket_linux 2020-03-09 10:42:15 -07:00
Brian Fiete
77e204deb0 Removed internal 2020-03-09 09:32:14 -07:00
Brian Fiete
14ac27c977 Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -07:00
subuzero
9657cdd55b Fix for Socket class on linux.
closesocket() is windows only.
2020-03-04 00:43:04 +05:30
Brian Fiete
7dbfd15292 Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00