soypat
|
9cf4e35d2e
|
changes to TCP stack to enable xnet functionality
|
2025-08-16 15:17:46 -03:00 |
|
soypat
|
123d4d20cc
|
begin adding icmpv4
|
2025-07-28 00:25:18 -03:00 |
|
soypat
|
77bdc4c448
|
more consistent argument ordering for tcp.Conn.Open call; DHCP client now sets ClientID correctly from config
|
2025-07-21 18:39:31 -03:00 |
|
soypat
|
63dc5d1079
|
add zero max ports error
|
2025-07-15 00:57:24 -03:00 |
|
soypat
|
ad22c61b28
|
actually remove NodeARP
|
2025-07-14 20:04:26 -03:00 |
|
soypat
|
61c66a2e58
|
remove NodeARP in favor of arp.Handler; fix bug in IP stack node handling; use registerNode where applicable
|
2025-07-14 19:48:29 -03:00 |
|
soypat
|
1549e563e9
|
continue reworking node API
|
2025-07-13 01:07:08 -03:00 |
|
soypat
|
2bd056a04c
|
NTP up and running
|
2025-07-12 16:45:20 -03:00 |
|
soypat
|
698610242e
|
DNS resolution working butter smooth
|
2025-07-12 12:54:34 -03:00 |
|
soypat
|
68c4d1ea71
|
DNS working!
|
2025-07-12 12:34:20 -03:00 |
|
soypat
|
a257becf15
|
major ARP Handler refactor; DNS improvements; bridge example rework
|
2025-07-09 22:49:13 -03:00 |
|
soypat
|
489e9951fa
|
dhcp working!
|
2025-07-09 16:54:48 -03:00 |
|
soypat
|
1fcde05284
|
begin touching up a DNS Client implementation; internal.GetIP/SetIP refactor
|
2025-06-21 01:29:38 -03:00 |
|
soypat
|
2133966a16
|
add dhcp failing test
|
2025-06-17 02:07:11 -03:00 |
|
soypat
|
dcc7a95e62
|
huge tap/bridge overhaul; udp node; dhcp node; DHCP example
|
2025-06-15 18:01:04 -03:00 |
|
soypat
|
29ac9a3a1a
|
begin adding NTP client node
|
2025-06-12 02:19:52 -03:00 |
|
soypat
|
1fcdd9a7b3
|
TCP listener seems to be working really well :)
|
2025-06-11 19:38:19 -03:00 |
|
soypat
|
63cf2e2669
|
push last night work
|
2025-06-11 10:11:51 -03:00 |
|
soypat
|
6b511999d1
|
begin testing tcp listener (not working)
|
2025-06-09 20:38:40 -03:00 |
|
soypat
|
76be78812f
|
listener refactor: tcpPool+ready/accepted slices
|
2025-06-08 23:10:43 -03:00 |
|
soypat
|
9a60642283
|
mega refactor internet.TCPConn->tcp.Conn
|
2025-06-07 20:43:20 -03:00 |
|
soypat
|
dab7951cbd
|
slight file reordering
|
2025-06-07 13:44:28 -03:00 |
|
soypat
|
6cf5896543
|
continue reworking StackNode implementations
|
2025-06-07 11:59:56 -03:00 |
|
soypat
|
c76fde4677
|
minor changes
|
2025-06-07 09:36:10 -03:00 |
|
soypat
|
c635bde512
|
all in on StackNode refactor: Encapsulate/Demux on all stacks+ConnID+more abstraction
|
2025-06-06 01:23:44 -03:00 |
|
soypat
|
6ba727a0ef
|
more effort into understanding why TAP interface is so slow on my linux machine to no avail
|
2025-06-05 00:47:07 -03:00 |
|
soypat
|
bc14ed395d
|
tap program output much more readable
|
2025-06-04 01:13:26 -03:00 |
|
soypat
|
589c9d3013
|
update README with pcap and fix innaccuracies
|
2025-06-04 00:14:27 -03:00 |
|
soypat
|
a29bad9ac9
|
begin working on making response quicker (why is tap interface so slow?)
|
2025-06-01 01:29:07 -03:00 |
|
soypat
|
0008791bd8
|
fix ethernet gateway addr not being set; add IPID field; hardware addr support of tap; better tap interface
|
2025-05-31 12:47:09 -03:00 |
|
soypat
|
0f4478cc32
|
add tcpclient to aid debugging
|
2025-05-30 20:26:55 -03:00 |
|
soypat
|
20946c7e22
|
fix TCP checksum in internet.StackBasic; more logging
|
2025-05-27 23:37:21 -03:00 |
|
soypat
|
a967f083cb
|
add TCPConn Read+Write and ancilliary methods; looks like IP mux is broken
|
2025-05-25 18:30:55 -03:00 |
|
soypat
|
c94337317f
|
document everything
|
2025-05-13 23:49:13 -03:00 |
|
soypat
|
411d1b3c28
|
add ipv4 frame tests; fix protocol setting
|
2025-05-13 21:36:24 -03:00 |
|
soypat
|
4b3db8fefd
|
better stackbasic tests
|
2025-05-13 19:19:45 -03:00 |
|
soypat
|
fb9c0a831e
|
smol changes
|
2025-04-06 01:13:35 -03:00 |
|
soypat
|
70a3bbbe2f
|
add stackbasic test
|
2025-04-05 17:17:32 -03:00 |
|
soypat
|
39d5e4290e
|
add TCPConn type
|
2025-04-04 19:16:26 -03:00 |
|
soypat
|
afc1ec6408
|
add basic stack skelly
|
2025-04-01 01:10:26 -03:00 |
|
soypat
|
d5d729b961
|
refactor lneto2->lneto package
|
2025-03-06 23:11:42 -03:00 |
|