- Timestamp:
- Jul 1, 2025, 5:54:48 PM (4 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ntripserver/ntripserver.c
r10680 r10681 911 911 // Forcefully attaching socket to the local port 912 912 int opt = 1; 913 #if ndef WINDOWSVERSION913 #ifdef WINDOWSVERSION 914 914 if (setsockopt(socket_tcp, SOL_SOCKET, SO_REUSEADDR, &opt, sizeof(opt))) { 915 915 perror("ERROR: setsockopt");
Note:
See TracChangeset
for help on using the changeset viewer.