SocketStream
from panda3d.core import SocketStream
- class SocketStream
Bases:
Bases:
iostream,SSReader,SSWriterA base class for iostreams that read and write to a (possibly non-blocking) socket.
Inheritance diagram
- close()
- flush() bool
Sends the most recently queued data now. This only has meaning if
setCollectTcp()has been set to true.
- getTcpHeaderSize() int
Returns the header size for datagrams. See
setTcpHeaderSize().
