]> git.bitcoin.ninja Git - rust-lightning/commit
Add a constructor for the test `SocketDescriptor` and `hang_writes`
authorMatt Corallo <git@bluematt.me>
Tue, 20 Aug 2024 01:57:06 +0000 (01:57 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 17 Oct 2024 19:09:15 +0000 (19:09 +0000)
commit21904ffcb560d377b9654431917a5302d9c4344c
treeb701241b091c725960474d89ba58bd6914e37d67
parentbcad2571ac653b5471eefc3eb5cc5d65b5c0285a
Add a constructor for the test `SocketDescriptor` and `hang_writes`

In testing, its useful to be able to tell the `SocketDescriptor` to
pretend the system network buffer is full, which we add here by
creating a new `hang_writes` flag. In order to simplify
constructing, we also add a new constructor which existing tests
are moved to.
lightning/src/ln/peer_handler.rs