update: add host info to the MPTP packets

This commit is contained in:
ngn
2024-06-23 01:55:01 +03:00
parent c8e45097fe
commit 88a396d52f
16 changed files with 424 additions and 237 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-22 07:00+0300\n"
"POT-Creation-Date: 2024-06-23 01:52+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"
@ -111,37 +111,46 @@ msgstr ""
#: src/error.c:35
#, fuzzy
msgid "MPTP data chunk size is invalid"
msgid "MPTP data size is invalid"
msgstr "URL path is too large"
#: src/error.c:36
#, fuzzy
msgid "MPTP host size is invalid"
msgstr "URL path is too large"
#: src/error.c:37
msgid "failed to set MPTP socket options"
msgstr ""
#: src/error.c:37
#: src/error.c:38
msgid "MPTP connection timed out"
msgstr ""
#: src/error.c:38
#: src/error.c:39
msgid "failed to bind MPTP socket"
msgstr ""
#: src/error.c:39
#: src/error.c:40
msgid "required argument is a NULL pointer"
msgstr ""
#: src/error.c:40
#: src/error.c:41
msgid "not a MPTP request"
msgstr ""
#: src/error.c:41
#: src/error.c:42
msgid "not a MPTP response"
msgstr ""
#: src/error.c:42
#: src/error.c:43
msgid "MPTP request last flag is not set"
msgstr ""
#: src/error.c:43
#: src/error.c:44
msgid "host port not specified"
msgstr ""
#: src/error.c:45
msgid "failed to parse pool info"
msgstr ""