Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jean-Baptiste Kempf
VLC
Commits
a8d4796d
Commit
a8d4796d
authored
Jun 09, 2004
by
gbazin
Browse files
* src/misc/net.c: fix for the udp-auto-mtu on win32.
parent
d0af376e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/misc/net.c
View file @
a8d4796d
...
...
@@ -291,7 +291,7 @@ int __net_Read( vlc_object_t *p_this, int fd, uint8_t *p_data, int i_data,
{
msg_Err
(
p_this
,
"recv() failed. "
"Increase the mtu size (--mtu option)"
);
i_
recv
=
i_data
;
i_
total
+
=
i_data
;
}
else
msg_Err
(
p_this
,
"recv failed (%i)"
,
WSAGetLastError
()
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment