Is it possible to send datagrams over TCP?

Posted by sustrik on Stack Overflow See other posts from Stack Overflow or by sustrik
Published on 2010-04-09T13:14:53Z Indexed on 2010/04/09 13:23 UTC
Read the original article Hit count: 262

Filed under:
|
|

In theory nothing prevents using TCP socket with SOCK_DGRAM. What you'll get is reliable datagram transport. Is this possible using Berkeley sockets?

© Stack Overflow or respective owner

Related posts about tcp

Related posts about datagram