An OCaml library for constructing Wake-on-LAN magic packets
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

address -> broadcast

+1 -1
+1 -1
bin/owol.ml
··· 31 31 "Whether to set the SO_BROADCAST socket option to enable broadcasting \ 32 32 (default true)." 33 33 in 34 - Arg.(value & opt bool true & info [ "a"; "address" ] ~docv:"ADDRESS" ~doc) 34 + Arg.(value & opt bool true & info [ "b"; "broadcast" ] ~docv:"ADDRESS" ~doc) 35 35 in 36 36 let cmd = 37 37 let term =