Variable FlashConfig.control_port

The port to listen to for the control interface

struct FlashConfig
{
  // ...
  ushort control_port = cast(ushort)2828u;
  // ...
}