Dominik Macháček 2024-04-17
UEDIN ack in line_packet.py
@782d281badca3105843d23e2d1ef9756346b2423
line_packet.py
--- line_packet.py
+++ 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 @@
 
   - 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
Add a comment
List