Thread TCP Client - Socket lesen und schliessen (29 answers)
Opened by snarf at 2004-08-18 19:50

Reinhard
 2004-08-25 20:56
#37544 #37544
User since
2004-08-18
16 Artikel
BenutzerIn
[default_avatar]
Hallo Dirk, hallo steffenw,

entschuldigt wenn ich mich erst jetzt melde.

@Dirk->Danke für den Workaround, damit spiele ich mal ein bisschen

@steffenw->Warst Du nicht derjenige, der mir empfohlen hat nicht read zu nehmen ;-)

und bei der Beschreibung von recv ist diesbezgl. nichts zu finden

Receives a message on a socket. Attempts to receive LENGTH characters of data into variable SCALAR from the specified SOCKET filehandle. SCALAR will be grown or shrunk to the length actually read. Takes the same flags as the system call of the same name. Returns the address of the sender if SOCKET's protocol supports this; returns an empty string otherwise. If there's an error, returns the undefined value. This call is actually implemented in terms of recvfrom(2) system call.

Danke
Reinhard

View full thread TCP Client - Socket lesen und schliessen