mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
lwip: shut down TCP sockets return WRITE_ERR_IO on write
This commit is contained in:
@@ -1435,7 +1435,7 @@ class Lwip::Tcp_socket_dir final :
|
||||
{
|
||||
if (_pcb == NULL) {
|
||||
/* socket is closed */
|
||||
return Write_result::WRITE_ERR_INVALID;
|
||||
return Write_result::WRITE_ERR_IO;
|
||||
}
|
||||
|
||||
switch(handle.kind) {
|
||||
|
||||
Reference in New Issue
Block a user