Search Results for

    Show / Hide Table of Contents

    UdpClient Constructor

    Namespace: Riptide.Transports.Udp
    Assembly: RiptideNetworking.dll

    UdpClient(SocketMode, int)

    Initializes the transport.

    public UdpClient(SocketMode mode = SocketMode.Both, int socketBufferSize = 1048576)

    Parameters

    SocketMode mode

    Whether to create an IPv4 only, IPv6 only, or dual-mode socket.

    int socketBufferSize

    How big the socket's send and receive buffers should be.

    • Improve this Doc
    • View Source
    • Support Riptide
    In This Article
    Back to top Copyright © Tom Weiland 2022
    Made with DocFX