You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On struct NetworkAddress the family property is exposed as an ushort. I think it would be better if it was at least an alias or an enum, because for the moment the user need import himself std.c.windows.winsock to access it.
The text was updated successfully, but these errors were encountered:
The goal is to gradually convert the code to use the data types from std.socket. I started here by accepting AddressFamily instead of just ushort, which is also publicly imported.
On struct NetworkAddress the family property is exposed as an ushort. I think it would be better if it was at least an alias or an enum, because for the moment the user need import himself std.c.windows.winsock to access it.
The text was updated successfully, but these errors were encountered: