Andreas Kling
|
4629272135
|
Userland: Turn the tc test util into a simple dumb HTTP client.
|
2019-03-14 15:19:20 +01:00 |
|
Andreas Kling
|
3d5296a901
|
IPv4: Last burst of TCP hacking for today.
Connecting to a test server and exchanging data back and forth works.
|
2019-03-14 01:44:42 +01:00 |
|
Andreas Kling
|
be46f1bb1f
|
IPv4: More work on the TCP implementation.
Reading from the peer now kinda works. Something still going wrong with
sending packets but it's getting closer.
|
2019-03-14 01:00:10 +01:00 |
|
Andreas Kling
|
032d9d7065
|
IPv4: More hacking on bringing up TCP support.
This was a bit more complicated than I expected, but it's moving forward.
|
2019-03-13 23:14:30 +01:00 |
|
Andreas Kling
|
7aba68d51c
|
Userland+LibC: Add a new little "tc" program for testing TCP.
Also added send() and recv() to LibC in support of this. They are just
wrappers around sendto() and recvfrom().
|
2019-03-13 17:33:40 +01:00 |
|