fix: TCP network issues

This commit is contained in:
ngn
2024-08-08 02:30:51 +03:00
parent d7dd578fc4
commit 65a9d7610b
14 changed files with 139 additions and 49 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-07 05:32+0300\n"
"POT-Creation-Date: 2024-08-08 02:21+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -102,7 +102,8 @@ msgid "failed to connect to the MPTP host"
msgstr ""
#: src/error.c:39
msgid "failed receive MPTP data from host"
#, c-format
msgid "failed receive MPTP data from host: %s"
msgstr ""
#: src/error.c:40
@ -128,7 +129,8 @@ msgid "MPTP connection timed out"
msgstr ""
#: src/error.c:45
msgid "failed to bind MPTP socket"
#, c-format
msgid "failed to bind MPTP socket: %s"
msgstr ""
#: src/error.c:46