Versions in this module Expand all Collapse all v0 v0.7.0 Mar 12, 2022 v0.6.0 Dec 4, 2020 Changes in this version + type AppConnHandler struct + Conn net.PacketConn + DispConn *dispatcher.Conn + Logger log.Logger + func (h *AppConnHandler) Handle(appServer *dispatcher.Server) + func (h *AppConnHandler) RunAppToNetDataplane() + func (h *AppConnHandler) RunRingToAppDataplane() + type AppSocketServer struct + DispServer *dispatcher.Server + Listener *reliable.Listener + func (h *AppSocketServer) Handle(conn net.PacketConn) + func (s *AppSocketServer) Serve() error + type Dispatcher struct + ApplicationSocket string + SocketFileMode os.FileMode + UnderlaySocket string + func (d *Dispatcher) ListenAndServe() error