Differences From Artifact [7f90bd66bf]:
- File tcp-transportmod.scm — part of check-in [43be641704] at 2024-01-27 17:30:51 on branch v1.80-revolution — Give useful hint in weird situation where /etc/hosts is misconfigured. Added placeholder for api:tcp-dispatch-request-make-handler do over (user: matt, size: 39900) [annotate] [blame] [check-ins using]
To Artifact [49c3dbdc75]:
- File tcp-transportmod.scm — part of check-in [06c8fc61e9] at 2024-01-28 20:17:11 on branch v1.80-revolution-alt-dispatch — queue based handling WIP. Compiles and almost runs. (user: matt, size: 39930) [annotate] [blame] [check-ins using] [more...]
︙ | |||
134 135 136 137 138 139 140 | 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 | - + | ) ;; parameters ;; (define tt-server-timeout-param (make-parameter 600)) ;; make ttdat visible |
︙ |