asyncsocket
-
Hi,
hat einer von euch ahnung, wie lang der string sein darf, den ich mit einem async socket ungestraft versenden darf. meine strings "reißen" nämlich.
-
Alles klar, iMaxUdpDg der WSADATA-Struktur von AfxSocketInit.
Danke trotzdem
-
iMaxUdpDg
Ignored for Windows Sockets version 2 and onward. The iMaxUdpDg member is retained for compatibility with Windows Sockets specification 1.1, but should not be used when developing new applications. For the actual maximum message size specific to a particular Windows Sockets service provider and socket type, applications should use getsockopt to retrieve the value of option SO_MAX_MSG_SIZE after a socket has been created.