Changeset 10681 in ntrip for trunk


Ignore:
Timestamp:
Jul 1, 2025, 5:54:48 PM (4 days ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ntripserver/ntripserver.c

    r10680 r10681  
    911911        // Forcefully attaching socket to the local port
    912912        int opt = 1;
    913 #ifndef WINDOWSVERSION
     913#ifdef WINDOWSVERSION
    914914        if (setsockopt(socket_tcp, SOL_SOCKET, SO_REUSEADDR, &opt, sizeof(opt)))  {
    915915            perror("ERROR: setsockopt");
Note: See TracChangeset for help on using the changeset viewer.