Current section
Files
Jump to
Current section
Files
src/dhcp.app.src
{application,dhcp,
[{description,"dhcp server implemetnation"},
{vsn,"1.0.0"},
{registered,[]},
{applications,[kernel,lager,stdlib]},
{mod,{dhcp_app,[]}},
{env,[{initial_timeout,10},
{offer_timeout,10},
{request_timeout,30}]},
{env,[]},
{maintainers,["Heinz N. Gies"]},
{licenses,["CDDL"]},
{links,[{"Github","https://github.com/project-fifo/dhcp"}]}]}.