]> git.sesse.net Git - vlc/commitdiff
add a comment to explain what it does
authorClément Stenac <zorglub@videolan.org>
Sat, 6 Nov 2004 11:14:00 +0000 (11:14 +0000)
committerClément Stenac <zorglub@videolan.org>
Sat, 6 Nov 2004 11:14:00 +0000 (11:14 +0000)
src/misc/net.c

index deaf74abf9fba1a45226eab194b315b8ed45ee10..1ae7b55621ea796a81578f6ca120608ab8f65254 100644 (file)
@@ -451,7 +451,8 @@ int __net_ReadNonBlock( vlc_object_t *p_this, int fd, uint8_t *p_data,
 /*****************************************************************************
  * __net_Select:
  *****************************************************************************
- * Read from several sockets (with timeout)
+ * Read from several sockets (with timeout). Takes data from the first socket
+ * that has some.
  *****************************************************************************/
 int __net_Select( vlc_object_t *p_this, int *pi_fd, int i_fd, uint8_t *p_data,
                       int i_data, mtime_t i_wait )