Files
freeCodeCamp/curriculum/challenges/italian/09-information-security/python-for-penetration-testing/creating-a-tcp-client.md

31 lines
403 B
Markdown
Raw Normal View History

---
id: 5ea9997bbec2e9bc47e94db0
title: Creare un client TCP
challengeType: 11
videoId: ugYfJNTawks
dashedName: creating-a-tcp-client
---
# --question--
## --text--
Quale metodo di socket ti consente di impostare la quantità massima di dati che il tuo client accetta contemporaneamente?
## --answers--
`.recv(1024)`
---
`.decode('ascii')`
---
`.connect(host, port)`
## --video-solution--
1