forked from tesseract-ocr/tesseract
-
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.
Force TCP v4 for socket to Java server. Fixes tesseract-ocr#3000
Without any hints, we can end up with a UDP socket which won't work with the TCP socket that the Java display server is listening on. Use hints for TCP v4 so that we get the right kind of socket returned. Also, delete some obsolete comments nearby.
- Loading branch information
Showing
1 changed file
with
3 additions
and
7 deletions.
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