Changeset 28a1f4c6267a8d4d8f130f367712710a694e6db1
- Timestamp:
- 11/14/06 16:52:27
(2 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1163519547 +0000
- git-parent:
[970cd4e80a0aa1b9ebafea65e4d915ddbcda5f71]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1163519547 +0000
- Message:
Windows multicast bind kludge
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r43e8fc6 |
r28a1f4c |
|
| 151 | 151 | |
|---|
| 152 | 152 | /* Bind the socket */ |
|---|
| 153 | | #if 0//defined (WIN32) || defined (UNDER_CE) |
|---|
| | 153 | #if defined (WIN32) || defined (UNDER_CE) |
|---|
| 154 | 154 | /* |
|---|
| 155 | 155 | * Under Win32 and for multicasting, we bind to INADDR_ANY. |
|---|