containers / libkrun

A dynamic library providing Virtualization-based process isolation capabilities
Apache License 2.0
809 stars 67 forks source link

vsock: process OP_RST on stream connections #119

Closed slp closed 1 year ago

slp commented 1 year ago

OP_RST may be received on reverse TCP connections if the actual endpoint (the userspace application) has stopped listening, so process them and release the proxy managing the connection.

Fixes: #116

slp commented 1 year ago

@blenessy Could you please give this one a try?

slp commented 1 year ago

Superseded by #120