这是indexloc提供的服务,不要输入任何密码
Skip to content

Drop large response on UDP #6

@Yasushi

Description

@Yasushi

winnfsd/src/Socket.cpp

Lines 71 to 75 in 9e9d5c5

if (m_nType == SOCK_STREAM) {
send(m_Socket, (const char *)m_SocketStream.GetOutput(), m_SocketStream.GetOutputSize(), 0);
} else if (m_nType == SOCK_DGRAM) {
sendto(m_Socket, (const char *)m_SocketStream.GetOutput(), m_SocketStream.GetOutputSize(), 0, (struct sockaddr *)&m_RemoteAddr, sizeof(struct sockaddr));
}

WSAEMSGSIZE

rsize > 8192

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions