Commit Graph

14 Commits

Author SHA1 Message Date
Tristan B. Velloza Kildaire 2fbfef56f8 Switched to using ImportC 2022-11-28 18:27:38 +02:00
Tristan B. Velloza Kildaire 002fef91f9 Set adapter type 2021-10-24 19:41:21 +02:00
Tristan B. Velloza Kildaire a645ac0e12 Added WIP, removed old thing 2021-08-18 14:11:34 +02:00
Tristan B. Velloza Kildaire 13efc3bba7 Allocate scratchpad once and then dup copy a range
Improved efficiency and memory usage (till next GC)
2021-07-21 22:08:50 +02:00
Tristan B. Velloza Kildaire 00fd2bba7e Throw exception on read failure (one of them atleast when status < 0)
Added close method to close tun interface
2021-07-21 22:07:24 +02:00
Tristan B. Velloza Kildaire d2ad780b54 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)
2021-07-21 18:50:46 +02:00
Tristan B. Velloza Kildaire a7be414b01 Use ushort numbering for enum 2021-07-18 23:24:06 +02:00
Tristan B. Velloza Kildaire 1eb37178c1 Added method to close tun device
Throw error when trying to operate on closed tun device
2021-07-18 23:10:11 +02:00
Tristan B. Velloza Kildaire ed9f5c138e Working tun interface 2021-07-18 19:45:17 +02:00
Tristan B. Velloza Kildaire ca5634679c Throw exception on failure to create tun device 2021-07-18 19:26:15 +02:00
Tristan B. Velloza Kildaire bac2d3474a Changed function signature 2021-07-18 19:23:16 +02:00
Tristan B. Velloza Kildaire e7044563dd Use `createTun` 2021-07-18 18:54:34 +02:00
Tristan B. Velloza Kildaire 8fb598c9ad USe new calling parameters 2021-07-18 18:53:32 +02:00
Tristan B. Velloza Kildaire d40a715bd6 Lost my commits
Initial commit here (fucking Linux froze)
2021-07-18 18:46:08 +02:00