Openflow parser
This commit is contained in:
parent
70b0d8919e
commit
fc02a678de
338 changed files with 9081 additions and 0 deletions
16
config/config.exs
Normal file
16
config/config.exs
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# This file is responsible for configuring your application
|
||||
# and its dependencies with the aid of the Mix.Config module.
|
||||
use Mix.Config
|
||||
|
||||
config :tres,
|
||||
callback_module: Tres.ExampleHandler,
|
||||
max_connections: 10,
|
||||
num_acceptors: 10,
|
||||
protocol: :tcp,
|
||||
port: 6653
|
||||
|
||||
config :logger,
|
||||
level: :info,
|
||||
format: "$date $time [$level] $metadata$message\n",
|
||||
metadata: [:application],
|
||||
handle_otp_reports: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue