Changeset 00ba59b08b3b34f6b2d5fdf39c9cdc49cac79e07

Show
Ignore:
Timestamp:
24/11/06 21:43:18 (2 years ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1164400998 +0000
git-parent:

[28c2a1ce8b600bb8423d0b1f1016bb3f168935a4]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1164400998 +0000
Message:

We have a problem here.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/network/udp.c

    r7a68926 r00ba59b  
    298298#  warning Your C headers are out-of-date. Please update. 
    299299 
    300 /* Most (all?) Mingw32 versions in use are yet to pick up Vista stuff */ 
     300/* No, I won't guess the layout of these two. 
     301 * No, I don't want another socket protection level type-of obnoxious bug. */ 
     302#  error Hmmm? This needs fixing. 
     303#  define MCAST_JOIN_GROUP XXX 
     304struct group_req 
     305
     306    uint32_t gr_interface; FIXME 
     307    struct sockaddr_storage gr_group; FIXME 
     308}; 
     309 
     310 
    301311#  define MCAST_JOIN_SOURCE_GROUP 45 /* from <ws2ipdef.h> */ 
    302312struct group_source_req 
     
    306316    struct sockaddr_storage gsr_source; 
    307317}; 
    308 # endif 
     318#endif 
    309319 
    310320/**