-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Windows AF_INET6 definition doesn't match the Linux one, thus sockaddr structures must be converted when being sent over the wire. Otherwise, Linux hosts will not be able to recognize the address family and reject Windows client connections: handle_client_ident peer is trying to reach v2:(unrecognized address family 23)/0 which is not us Note that this isn't the case with AF_INET, which has the same definition on both platforms. Signed-off-by: Lucian Petrut <[email protected]>
- Loading branch information
1 parent
93054a3
commit 475e7a6
Showing
1 changed file
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters