mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:08:10 +00:00
IPv4: More work on the TCP implementation.
I can now establish a connection to my little test server on the host.
This commit is contained in:
parent
032d9d7065
commit
66d55f8e0c
9 changed files with 36 additions and 18 deletions
|
@ -22,6 +22,7 @@ Socket::Socket(int domain, int type, int protocol)
|
|||
: m_domain(domain)
|
||||
, m_type(type)
|
||||
, m_protocol(protocol)
|
||||
, m_lock("Socket")
|
||||
{
|
||||
m_origin_pid = current->pid();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue