Add send_packet_out/1 to abstruct openflow protocol

This commit is contained in:
Eishun Kondoh 2018-08-29 22:56:40 +09:00
parent 2186642d58
commit d1b5777b73
4 changed files with 40 additions and 8 deletions

View file

@ -4,7 +4,7 @@ use Mix.Config
config :tres,
protocol: :tcp,
port: 6633,
port: 6653,
max_connections: 10,
num_acceptors: 10,
callback_module: Tres.ExampleHandler,