We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83c09e commit acff7dcCopy full SHA for acff7dc
howto/sockets.po
@@ -426,6 +426,12 @@ msgid ""
426
"The string \"0\" would be two bytes, while binary is four. Of course, this "
427
"doesn't fit well with fixed-length messages. Decisions, decisions."
428
msgstr ""
429
+"Nestes dias de máquinas de 32 bits, a representação ascii de dados binários "
430
+"é frequentemente menor do que a representação binária. Isso porque, em uma "
431
+"quantidade surpreendente de tempo, todos aqueles longos têm o valor 0, ou "
432
+"talvez 1. A string \"0\" teria dois bytes, enquanto o binário teria quatro. "
433
+"Claro, isso não se encaixa bem com mensagens de comprimento fixo. Decisões, "
434
+"decisões."
435
436
#: ../../howto/sockets.rst:275
437
msgid "Disconnecting"
0 commit comments