diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-06-30 15:38:12 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-06-30 15:38:12 -0400 |
commit | f66fc94340bdf6a30260a1932e3f2f22d8822304 (patch) | |
tree | 76e660ad290ea210455d1b2e6faae60a7b6c3f9d /.gitignore | |
parent | 8163882a352c168b7b70ea883bb7a18a94a55456 (diff) | |
download | gen4uploader-f66fc94340bdf6a30260a1932e3f2f22d8822304.tar.gz gen4uploader-f66fc94340bdf6a30260a1932e3f2f22d8822304.tar.bz2 gen4uploader-f66fc94340bdf6a30260a1932e3f2f22d8822304.zip |
Ok sending the auth packet sort of works
I need to set up retransmitting because the assoc request only happens if I send the auth response twice apparently.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 567609b..6f31401 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -1 +1,2 @@ | |||
1 | build/ | 1 | build/ |
2 | .vscode/ | ||