Openflow parser

This commit is contained in:
Eishun Kondoh 2017-11-13 22:52:53 +09:00
parent 70b0d8919e
commit fc02a678de
338 changed files with 9081 additions and 0 deletions

16
config/config.exs Normal file
View 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