nim-chronos/chronos/transports
Jacek Sieka e7f5f855ab
use constant for ip kind (#151)
IPV6_MULTICAST_HOPS already declared in posix.nim while IP_MULTICAST_TTL
has a value that will stay constant on linux/x86_64 - better codegen and
nlvm compat like this.
2021-02-02 16:12:12 +02:00
..
common.nim Fix deadlock for pending write() calls on transport close. (#139) 2020-11-18 11:30:33 +02:00
datagram.nim use constant for ip kind (#151) 2021-02-02 16:12:12 +02:00
ipnet.nim small fixes (#127) 2020-09-10 11:39:10 +03:00
osnet.nim fix nim 1.2 compilation issue on linux 2020-03-26 16:46:31 +07:00
stream.nim Fix callSoon to raise Defect only. (#145) 2021-01-11 18:15:23 +01:00