From 03d441a37d3d92ac8a1320b6d8d91b2d79ceaabb Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Wed, 21 Jul 2021 19:06:57 +0200 Subject: [PATCH] Added updated notes --- notes.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/notes.md b/notes.md index 3939b1e..601a106 100644 --- a/notes.md +++ b/notes.md @@ -3,4 +3,11 @@ Notes Finally works -TUNTAP is message-oriented, now I did allocate a huge amount. I could have possibly tried using PEEK if it implements it but the thing is that then I would have to mangle that fucking horried ethernet frame format (not str8 forward like IP) \ No newline at end of file +TUNTAP is message-oriented, now I did allocate a huge amount. I could have possibly tried using PEEK if it implements it but the thing is that then I would have to mangle that fucking horried ethernet frame format (not str8 forward like IP) + +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