gm_bromsock icon indicating copy to clipboard operation
gm_bromsock copied to clipboard

Networking module for Garrysmod

Results 16 gm_bromsock issues
Sort by recently updated
recently updated
newest added

I noticed that the socket is only using AF_NET which effectivly means IPv4 only. So I'd like to see an option or auto-detection for IPv6 as well (doing a DNS...

unix sockets are very useful for internal redirection etc. named pipes seem to be the same thing, but on windows, at least partly, might need more investigation on that :/

enhancement

Trying to include the dll fails since it cannot find the file. Decided to change from win32 to win64. Binary module fails to open, says that it's not a valid...

crash when call `BromSock()` in coroutine. reproduce: ```lua coroutine.wrap(function() local socket = BromSock() end)() ``` env: debian 11, kvm vps x86-x64 arch, server running in pterodactyl, [gmsv_bromsock_linux_ubuntu.dll](https://github.com/Bromvlieg/gm_bromsock/blob/master/Builds/gmsv_bromsock_linux_ubuntu.dll) binary (because debian...

I'd like to get a build release of the linux64 for the V2 branch if possible. I'm having trouble getting it to properly build with Travis CI and with github...