Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[C] Fix sockets on Windows #866

Merged
merged 1 commit into from
Feb 20, 2020
Merged

Conversation

ltrzesniewski
Copy link
Contributor

  • The SOCKET type was incorrectly cast to int, even though it's larger
  • Renamed aeron_fd_t to aeron_socket_t as a socket handle is not a file descriptor on Windows

Part of #863

 - The SOCKET type was incorrectly cast to int, even though it's larger
 - Renamed aeron_fd_t to aeron_socket_t as a socket handle is not a file descriptor on Windows
@tmontgomery tmontgomery merged commit cfc733f into aeron-io:master Feb 20, 2020
@ltrzesniewski ltrzesniewski deleted the winfix-socket branch February 20, 2020 15:55
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants