]> git.sesse.net Git - vlc/blobdiff - include/vlc_network.h
net_SetCSCov: sets checksum coverages of a socket
[vlc] / include / vlc_network.h
index 020af68075a38b0b8449a6d06d75d33f011ed1e0..96bbe3c85c9de226faa8c4599f45701086663bf5 100644 (file)
@@ -116,6 +116,8 @@ VLC_EXPORT( void, net_ListenClose, ( int *fd ) );
 int net_Subscribe (vlc_object_t *obj, int fd, const struct sockaddr *addr,
                    socklen_t addrlen);
 
+VLC_EXPORT( int, net_SetCSCov, ( int fd, int sendcov, int recvcov ) );
+
 /* Functions to read from or write to the networking layer */
 struct virtual_socket_t
 {