Re: [tor-dev] Support for clients using shutdown(SHUT_WR)

2019-04-16 Thread David Goulet
On 10 Apr (14:27:06), Rob Jansen wrote: Greetings Rob! > Is there any plan to support shutdown(SHUT_WR) using RELAY_FIN cells now > that Tor is itself using shutdown()? (I didn't see any tickets about it > after a brief search.) It is not implemented and there are no open proposals so the quick

[tor-dev] Support for clients using shutdown(SHUT_WR)

2019-04-10 Thread Rob Jansen
Hello! I'm in the process of re-writing Shadow's traffic generation tool called tgen [0], which now depends on shutdown() for two communicating tgen nodes to inform each other that they have no more to send (i.e. to perform graceful connection shutdowns). The shutdown() functionality is useful