471 B
471 B
id, title, challengeType, videoId, bilibiliIds, dashedName
id | title | challengeType | videoId | bilibiliIds | 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