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

Separate Serialization and Lwt code in OpenFlow0x04_Misc #44

Merged
merged 3 commits into from
Dec 11, 2013
Merged

Commits on Dec 11, 2013

  1. separate: remove unused Misc code

    These functions were unused, and most of them are exported by the Packet
    module anyways.
    seliopou committed Dec 11, 2013
    Configuration menu
    Copy the full SHA
    bdf48ac View commit details
    Browse the repository at this point in the history
  2. separate: move bit-twiddling to own Module, dedup

    Lots of simple but repeated code. These same lines also appear in the
    Packet module from the ocaml-packet library.
    seliopou committed Dec 11, 2013
    Configuration menu
    Copy the full SHA
    616d2b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52a2c39 View commit details
    Browse the repository at this point in the history