adasockets icon indicating copy to clipboard operation
adasockets copied to clipboard

BSD sockets in Ada

Results 2 adasockets issues
Sort by recently updated
recently updated
newest added

Hi! Please add support for IPv6 with bind() for ipv6 too. Thanks ! Best wishes, Daniel.

Hello. This trivial patch silents a new GCC warning, which does not apply here because of the following Elaborate_All pragma. ``` --- a/src/sockets-multicast.adb +++ b/src/sockets-multicast.adb @@ -38,7 +38,9 @@ with...