forked from winnfsd/winnfsd
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
Labels
No labels