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

403 B

id, title, challengeType, videoId, dashedName
id title challengeType videoId dashedName
5ea9997bbec2e9bc47e94db0 Creare un client TCP 11 ugYfJNTawks 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