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

Adapt to mirage/mirage-protocols#28 changes: #457

Merged
merged 2 commits into from
Nov 11, 2021
Merged

Commits on Nov 10, 2021

  1. Adapt to mirage/mirage-protocols#28 changes:

    TCP and UDP layers (direct & socket):
    type ipinput is gone
    val handle no longer has a ~listener argument
    val listen : t -> ~port:int -> (?keepalive) -> callback -> unit
    val unlisten : t -> ~port:int -> unit
    
    On the code level: the listener hash tables moved from stack-* to tcp and udp
    (tcp/flow; udp/udp; tcp{v4,v6.v4v6}_socket; udp{v4,v6,v4v6}_socket).
    
    This moved quite some code in the socket stack from the tcpip_stack_socket to
    the respective tcp/udp layers.
    hannesm committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    a894337 View commit details
    Browse the repository at this point in the history
  2. changes for 6.4.0

    hannesm committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    cfb1284 View commit details
    Browse the repository at this point in the history