summary refs log tree commit diff stats
path: root/testament/lib/stdtest/netutils.nim
Commit message (Collapse)AuthorAgeFilesLines
* add getPort to resolve Port(0) (#17559)Timothee Cour2021-03-301-1/+2
| | | | | | | | | * add getPort to resolve Port(0) * fixup * use getPort in examples + tests * address comments: do not re-export Port
* fix #14320 (tasyncawait.nim is recently very flaky) + avoid hardcoding ↵Timothee Cour2020-05-131-0/+12
service ports everywhere + flakyAssert (#14327) * hotfix #14320 tasyncawait.nim is recently very flaky * fix #14327 * add flakyAssert