MCPcopy Create free account
hub / github.com/dannagle/PacketSender / toggleDTLSServer

Method toggleDTLSServer

src/mainwindow.cpp:519–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517
518
519void MainWindow::toggleDTLSServer()
520{
521 QSettings settings(SETTINGSFILE, QSettings::IniFormat);
522 settings.setValue("dtlsServerEnable", !settings.value("dtlsServerEnable", true).toBool());
523 applyNetworkSettings();
524}
525
526void MainWindow::toggleUDPServer()
527{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected