Skip to content

Commit

Permalink
update note about DTLS support
Browse files Browse the repository at this point in the history
  • Loading branch information
dannagle committed Oct 20, 2024
1 parent 3304adc commit 1ad50d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@ _Note: Setting an ID in use will replace that panel_
* Delete Panel - This will bring up a menu of current panel projects. Select a panel project to delete it. _Note: Buttons and scripts will be retained on the Editing screen until the Panel is closed_

# DTLS
For now, DTLS is only supported in the GUI with Windows. Other operating systems may enable DTLS by compiling from source using Qt6.

## Overview
This repository contains a DTLS (Datagram Transport Layer Security) protocol feature. This feature have added a graphical interface to configure and manage DTLS connections, including server verification and session persistence options.
Expand Down
3 changes: 1 addition & 2 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: packetsender
version: 8.7.4
version: 8.7.5
summary: Packet Sender - Free TCP/UDP/SSL/HTTP Utility
icon: src/pslogo128.png
description: |
Expand Down Expand Up @@ -37,7 +37,6 @@ parts:
packetsender:
plugin: qmake
source: src/
source-branch: master
qmake-project-file: PacketSenderSnap.pro
build-environment:
- QT_SELECT: qt6
Expand Down

0 comments on commit 1ad50d4

Please sign in to comment.