Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about magic value - disabling or minimizing PacketMagic to reduce overhead? #11

Open
LindaFerum opened this issue Jul 15, 2023 · 0 comments

Comments

@LindaFerum
Copy link

Hi!
From my very cursory and inexperienced observation it appears that magic value can be specified directly in the config

a-la
"PacketMagic": "stuff",

Assuming any adversarial action against the tunnel is not a problem (long story, I'm planning to tunnel it through another connection), could I specify something like

"PacketMagic": "i",

to minimize overhead (IIRC strings are supposed to be UTF-8 so a single ASCII character would "eat up" one byte) ?

I am not a Go pro :) but it does seem like it just gets appended to a packet verbatim, correct?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant