Next: , Up: Sockets.DatagramSocket   [Index]


6.6.1 Sockets.DatagramSocket class: accessing

defaultBufferSize

Answer the default maximum size for input datagrams.

defaultBufferSize: size

Set the default maximum size for input datagrams.

defaultImplementationClassFor: aSocketAddressClass

Answer the default implementation class. Depending on the subclass, this might be the default stream socket implementation class of the given address class, or rather its default datagram socket implementation class.