[network-manager-sstp/set-mtu] Adding in settings for controlling the MRU/MTU
- From: Eivind Næss <eivnaes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-sstp/set-mtu] Adding in settings for controlling the MRU/MTU
- Date: Fri, 16 Sep 2022 17:03:04 +0000 (UTC)
commit 53a070505d9d42c2c0a6379ca6bc316998b79f3b
Author: Eivind Naess <eivnaes yahoo com>
Date: Fri Sep 16 10:02:49 2022 -0700
Adding in settings for controlling the MRU/MTU
Signed-off-by: Eivind Naess <eivnaes yahoo com>
properties/nm-sstp-dialog.ui | 57 +++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 56 insertions(+), 1 deletion(-)
---
diff --git a/properties/nm-sstp-dialog.ui b/properties/nm-sstp-dialog.ui
index b5601b8..87b1895 100644
--- a/properties/nm-sstp-dialog.ui
+++ b/properties/nm-sstp-dialog.ui
@@ -12,6 +12,11 @@
<property name="step-increment">1</property>
<property name="page-increment">10</property>
</object>
+ <object class="GtkAdjustment" id="adjustment3">
+ <property name="upper">1500</property>
+ <property name="step-increment">1</property>
+ <property name="page-increment">10</property>
+ </object>
<object class="GtkSizeGroup" id="labels_group_3"/>
<object class="GtkListStore" id="model1">
<columns>
@@ -1086,7 +1091,6 @@ config: unit <n></property>
<property name="can-focus">True</property>
<property name="tooltip-text" translatable="yes">Enable custom index for
ppp<n> device name.
config: unit <n></property>
- <property name="margin-top">7</property>
<property name="adjustment">adjustment1</property>
<property name="climb-rate">1</property>
<property name="numeric">True</property>
@@ -1104,6 +1108,51 @@ config: unit <n></property>
<property name="position">1</property>
</packing>
</child>
+ <child>
+ <object class="GtkBox" id="hbox6">
+ <property name="visible">True</property>
+ <property name="can-focus">False</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkCheckButton" id="ppp_mtu_checkbutton">
+ <property name="label" translatable="yes">Set maximum receive unit
(MRU):</property>
+ <property name="visible">True</property>
+ <property name="can-focus">True</property>
+ <property name="receives-default">False</property>
+ <property name="tooltip-text" translatable="yes">Specify the maximum size of the
network packets that can be received by this ppp<n> device. The default for Microsoft servers is
1400.</property>
+ <property name="halign">start</property>
+ <property name="hexpand">False</property>
+ <property name="use-underline">True</property>
+ <property name="draw-indicator">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkSpinButton" id="ppp_mtu_spinbutton">
+ <property name="visible">True</property>
+ <property name="can-focus">True</property>
+ <property name="tooltip-text" translatable="yes">Specify the maximum size of the
network packets that can be received by this ppp<n> device. The default for Microsoft servers is
1400.</property>
+ <property name="numeric">True</property>
+ <property name="text" translatable="yes">1400</property>
+ <property name="adjustment">adjustment2</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -1733,4 +1782,10 @@ or just the Common Name (CN field).
<widget name="proxy_password_label"/>
</widgets>
</object>
+ <object class="GtkSizeGroup" id="labels_group_6">
+ <widgets>
+ <widget name="ppp_mtu_checkbutton"/>
+ <widget name="ppp_unit_checkbutton"/>
+ </widgets>
+ </object>
</interface>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]