From dcddb17de832510562e84f92d29a1d9402c1acfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Mach=C3=A1=C4=8Dek?= Date: Wed, 17 Apr 2024 15:25:19 +0200 Subject: [PATCH] UEDIN ack in line_packet.py --- line_packet.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/line_packet.py b/line_packet.py index 364ade2..e73845a 100644 --- a/line_packet.py +++ b/line_packet.py @@ -2,8 +2,6 @@ """Functions for sending and receiving individual lines of text over a socket. -Used by marian-server-server.py to communicate with the Marian worker. - A line is transmitted using one or more fixed-size packets of UTF-8 bytes containing: @@ -11,6 +9,7 @@ containing: - Zero or more \0 bytes as required to pad the packet to PACKET_SIZE +Originally from the UEDIN team of the ELITR project. """ PACKET_SIZE = 65536