0
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2025-06-30 22:18:19 -04:00

Added note about missing IPv6 support on Win32. cf. #1877

svn path=/icecast/trunk/icecast/; revision=18366
This commit is contained in:
Thomas B. "dm8tbr" Ruecker 2012-06-10 20:09:59 +00:00
parent 5728af58e1
commit a7cab029a0
2 changed files with 4 additions and 2 deletions

View File

@ -13,7 +13,8 @@
The win32 port of icecast2 is simply a UI framework around the core icecast2 server. The win32 version of icecast2 directly uses the main executable of icecast (statically included) and simply provides a GUI interface to icecast2. The win32 port of icecast2 is simply a UI framework around the core icecast2 server. The win32 version of icecast2 directly uses the main executable of icecast (statically included) and simply provides a GUI interface to icecast2.
</p> </p>
<p> <p>
Most of the features of icecast2 are available in the win32 port. Most of the features of icecast2 are available in the win32 port. <br />
A notable absence is IPv6 support.
</p> </p>
<h2>Server Status Tab</h2> <h2>Server Status Tab</h2>
<p> <p>

View File

@ -13,7 +13,8 @@
The win32 port of icecast2 is simply a UI framework around the core icecast2 server. The win32 version of icecast2 uses directly the main executable of icecast (statically included) and simply provides a nicer, friendlier interface to icecast2. The win32 port of icecast2 is simply a UI framework around the core icecast2 server. The win32 version of icecast2 uses directly the main executable of icecast (statically included) and simply provides a nicer, friendlier interface to icecast2.
</p> </p>
<p> <p>
All of the features of icecast2 are available in the win32 port. Most of the features of icecast2 are available in the win32 port. <br />
A notable absence is IPv6 support.
</p> </p>
</div> </div>
</body> </body>