

UEDIN ack in line_packet.py
@782d281badca3105843d23e2d1ef9756346b2423
--- line_packet.py
+++ line_packet.py
... | ... | @@ -2,8 +2,6 @@ |
2 | 2 |
|
3 | 3 |
"""Functions for sending and receiving individual lines of text over a socket. |
4 | 4 |
|
5 |
-Used by marian-server-server.py to communicate with the Marian worker. |
|
6 |
- |
|
7 | 5 |
A line is transmitted using one or more fixed-size packets of UTF-8 bytes |
8 | 6 |
containing: |
9 | 7 |
|
... | ... | @@ -11,6 +9,7 @@ |
11 | 9 |
|
12 | 10 |
- Zero or more \0 bytes as required to pad the packet to PACKET_SIZE |
13 | 11 |
|
12 |
+Originally from the UEDIN team of the ELITR project. |
|
14 | 13 |
""" |
15 | 14 |
|
16 | 15 |
PACKET_SIZE = 65536 |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?