summary refs log tree commit diff stats
path: root/tests/stdlib/tnetbind.nim
Commit message (Collapse)AuthorAgeFilesLines
* make tests/stdlib tests joinable (#14626)Timothee Cour2020-06-151-0/+10
| | | | | * make tests/stdlib tests joinable * fixup
* Handle IPv6 in bindAddr #7633Federico Ceratto2019-02-231-0/+14
Add test
a> 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69