Differences From Artifact [936e3f7e57]:
- File transport-mode.scm.template — part of check-in [3ca4260740] at 2023-02-15 15:39:10 on branch v1.80-tcp-inmem — Make tcp vs. http compile time configurable. (user: matt, size: 73) [annotate] [blame] [check-ins using]
To Artifact [0281a19fe7]:
- File transport-mode.scm.template — part of check-in [2b61f8385c] at 2023-02-21 17:58:12 on branch v1.80-tcp-inmem — Switching default to tcp/inmem on build (user: matt, size: 73) [annotate] [blame] [check-ins using] [more...]
1 | ;; 'http or 'tcp | | | | 1 2 3 | ;; 'http or 'tcp (rmt:transport-mode 'tcp) ;; (rmt:transport-mode 'http) |