mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-12 10:00:39 -04:00
471 B
471 B
id, title, challengeType, videoId, bilibiliIds, dashedName
| id | title | challengeType | videoId | bilibiliIds | dashedName | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 5ea9997bbec2e9bc47e94db0 | Einen TCP-Client erstellen | 11 | ugYfJNTawks |
|
creating-a-tcp-client |
--question--
--text--
Mit welcher Socket-Objektmethode kannst du die maximale Datenmenge festlegen, die dein Client auf einmal akzeptiert?
--answers--
.recv(1024)
.decode('ascii')
.connect(host, port)
--video-solution--
1