Add send_packet_out/1 to abstruct openflow protocol
This commit is contained in:
parent
2186642d58
commit
d1b5777b73
4 changed files with 40 additions and 8 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue