From 1357f7cb25ebc940f592ae9d064bd10430a7f001 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Mon, 28 Nov 2022 18:42:41 +0200 Subject: [PATCH] Added TODO list --- notes.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/notes.md b/notes.md index 601a106..c326e51 100644 --- a/notes.md +++ b/notes.md @@ -10,4 +10,13 @@ It appears you canot use PEEK on fd's that are not sockets. Regardless of whether they implement queuoing or not, it would be nice if that was allowed. And if tuntap did it. THEN I could make a system that doesn't allocate something huge and THEN I could go ahead -and also PEEK read. \ No newline at end of file +and also PEEK read. + + +## TODO + +- [ ] Adapter settings + - [ ] `up`/`down` interface + - [ ] Set address on interface + - [ ] For source address selection + - [ ] For possible automatic route addition \ No newline at end of file