Skip to content

psc release

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Aug 22:31
· 136 commits to master since this release
net: wake all sockets on restart.

This avoids a potential liveness issue described in #1844, wherein a
task waiting for tx queue space would not notice net restarting.

Fixes #1844.