feat: userspace overhaul, Intel GPU driver, and more
This commit is contained in:
@@ -255,9 +255,6 @@ namespace Net::Tcp {
|
||||
|
||||
// Send ACK
|
||||
SendSegment(conn, FLAG_ACK, nullptr, 0);
|
||||
|
||||
KernelLogStream(INFO, "Net") << "TCP connection established to port "
|
||||
<< base::dec << (uint64_t)conn->RemotePort;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user