mirror of
https://github.com/soypat/lneto.git
synced 2026-08-30 03:19:07 +00:00
Stack backoff rework (#83)
* huge Stack backoff rework * lneto bump: huge Stack backoff rework
This commit is contained in:
@@ -432,6 +432,6 @@ func testCloseTransmitsPending(tst *tester, s1, s2 *StackAsync, c1, c2 *tcp.Conn
|
||||
|
||||
}
|
||||
|
||||
func backoffGosched(consecutiveBackoffs int) (sleep time.Duration) {
|
||||
func backoffGosched(consecutiveBackoffs uint) (sleep time.Duration) {
|
||||
return lneto.BackoffFlagGosched
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user