whitequark
|
2b824d6a95
Add some colors for readability.
|
8 lat temu |
whitequark
|
0f9f897408
Parameterize tracer over the write function.
|
8 lat temu |
whitequark
|
a8d19a1da4
Implement the userspace side of TCP sockets.
|
8 lat temu |
whitequark
|
6ea7832ef3
Implement TCP data transmission.
|
8 lat temu |
whitequark
|
a81dd55cca
Implement TCP RST handling.
|
8 lat temu |
whitequark
|
0494c9fd98
Validate ACK for TCP RST packets.
|
8 lat temu |
whitequark
|
44aa8db751
Validate ACK even in TCP LISTEN state.
|
8 lat temu |
whitequark
|
5b4c4d9723
Add tests for TCP error conditions.
|
8 lat temu |
whitequark
|
0ad1ac0ef2
Generalize the TCP tests to accept multiple packets.
|
8 lat temu |
whitequark
|
72abe80df8
Factor out IpRepr into the wire module.
|
8 lat temu |
whitequark
|
a713342120
Group IP header parts in the socket layer as struct IpRepr.
|
8 lat temu |
whitequark
|
5025da9d39
Implement TCP data acknowledgement.
|
8 lat temu |
whitequark
|
843b79bff2
Implement TCP data reception.
|
8 lat temu |
whitequark
|
a8309b7dff
Validate TCP ACKs.
|
8 lat temu |
whitequark
|
c2311a3cff
Add tests for TCP state machine.
|
8 lat temu |
whitequark
|
34741f26d1
Add basic TCP three-way handshake.
|
8 lat temu |
whitequark
|
086308d716
Add logging capability.
|
8 lat temu |
whitequark
|
7aac50db22
Fix autoselection of source address.
|
8 lat temu |
whitequark
|
f89690c278
Get rid of explicit backlog.
|
8 lat temu |
whitequark
|
4427bc35bd
Use correct sequence numbers in TCP RST packets.
|
8 lat temu |
whitequark
|
e13e40668a
Use signed integers to represent TCP sequence numbers.
|
8 lat temu |
whitequark
|
de48180bff
Populate ARP cache from incoming IP packets.
|
8 lat temu |
whitequark
|
a454a89b9e
Implement conversion of incoming TCP connections into TCP streams.
|
8 lat temu |
whitequark
|
7e5127d067
Fix no_std build.
|
8 lat temu |
whitequark
|
ab61890b09
Implement TCP server sockets.
|
8 lat temu |
whitequark
|
efc7bfbc38
Reply with ICMP dest. unreachable or TCP RST from unused ports.
|
8 lat temu |
whitequark
|
b0f7ac11ae
Add some sanity into buffer names (avoid clases with wire::*).
|
8 lat temu |
whitequark
|
00c311a5b8
Add some sanity into enumeration names (avoid "*Type").
|
8 lat temu |
whitequark
|
268a552568
Fix TcpRepr field visibility.
|
8 lat temu |
whitequark
|
20348a6cb8
Implement TCP representation printing.
|
8 lat temu |