Changeset 10677 in ntrip
- Timestamp:
- Jul 1, 2025, 2:45:42 PM (9 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ntripserver/ntripserver.c
r10676 r10677 497 497 // Input 498 498 if (casterinhost == 0 || (strstr(casterinhost, "127.0.0.1") || strstr(casterinhost, "localhost"))) { 499 inhost 500 inport 499 inhost = casterinhost; 500 inport = casterinport; 501 501 } else { 502 502 inhost = proxyhost; … … 515 515 } 516 516 // Output 517 if (strstr(casterouthost, "127.0.0.1") || 518 strstr(casterouthost, "localhost")) { 517 if (strstr(casterouthost, "127.0.0.1") || strstr(casterouthost, "localhost")) { 519 518 outhost = casterouthost; 520 519 outport = casteroutport;
Note:
See TracChangeset
for help on using the changeset viewer.