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

Add support for long options #16

Open
lholota opened this issue Jul 24, 2019 · 0 comments
Open

Add support for long options #16

lholota opened this issue Jul 24, 2019 · 0 comments
Milestone

Comments

@lholota
Copy link
Owner

lholota commented Jul 24, 2019

Apparently options with long values can be split into multiple options and the value itself should be combined as specified in: https://tools.ietf.org/html/rfc3396

How it works

An option can be specified multiple times in the options buffer.

  • If it is specified multiple times, the value must be concatenated.
  • The option value should be concatenated in the same order it is present in the packet.

Note: This only applies to options which have a variable length

@lholota lholota added this to the Version 1.0 milestone Jul 25, 2019
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