This is a discussion on ANN: HawkNL 1.67 within the Linux Networking forums, part of the Linux Forums category; HawkNL version 1.67 is now available for download. HawkNL is a game oriented, low level, network API released under ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
HawkNL version 1.67 is now available for download. HawkNL is a game oriented,
low level, network API released under the GNU Library General Public License (LGPL), with support for Unix (Linux, Solaris, BSD, AIX, IRIX), Windows 9x/ME/NT/2000/XP/CE, and MacOS. In addition to networking, it provides a threading API and a high resolution time function. Bug fixes in version 1.67: Fixed Winsock bug with connect() that limited connecting more than 8000 TCP sockets Fixed compiler warning in err.c for MSVC 6.0 and eMbedded Visual C++ 3.0 Fixed bug in nlGroupDeleteSocket Fixed bug in nlWrite which caused a segfault with a non-blocking connect on some Unix OSs Other modifications: Cleaned up internal references to NL_INVALID, INVALID_SOCKET, and SOCKET_ERROR Native Windows threads are now the default when compiled on Windows Modified socket stats to be more accurate during the first 8 seconds of use Go to the HawkNL page at http://www.hawksoft.com/hawknl/ for the latest information, and http://www.hawksoft.com/download/ to download the full source code, Windows binaries, or the HTML doc files. -- Phil Frisbie, Jr. Hawk Software http://www.hawksoft.com |
|
|||
|
What version of Irix did you build this under Phil?
WTH "Phil Frisbie, Jr." <phil@hawksoft.com> wrote in message news:R3Dgb.28603$dk4.837353@typhoon.sonic.net... > HawkNL version 1.67 is now available for download. HawkNL is a game oriented, > low level, network API released under the GNU Library General Public License > (LGPL), with support for Unix (Linux, Solaris, BSD, AIX, IRIX), Windows > 9x/ME/NT/2000/XP/CE, and MacOS. In addition to networking, it provides a > threading API and a high resolution time function. > > Bug fixes in version 1.67: > Fixed Winsock bug with connect() that limited connecting more than 8000 TCP > sockets > Fixed compiler warning in err.c for MSVC 6.0 and eMbedded Visual C++ 3.0 > Fixed bug in nlGroupDeleteSocket > Fixed bug in nlWrite which caused a segfault with a non-blocking connect on > some Unix OSs > > Other modifications: > Cleaned up internal references to NL_INVALID, INVALID_SOCKET, and SOCKET_ERROR > Native Windows threads are now the default when compiled on Windows > Modified socket stats to be more accurate during the first 8 seconds of use > > > Go to the HawkNL page at http://www.hawksoft.com/hawknl/ for the latest > information, and http://www.hawksoft.com/download/ to download the full source > code, Windows binaries, or the HTML doc files. > > -- > Phil Frisbie, Jr. > Hawk Software > http://www.hawksoft.com > > > |
|
|||
|
WTH wrote:
> What version of Irix did you build this under Phil? I have never built it under Irix, but a user keeps me updated when I break something, which has been a long time... I cannot remember which makefile he used, maybe the generic Linux makefile? If your CPU does not allow non-aligned access to multibyte variables then make sure you add -DNL_SAFE_COPY to the compile options. > WTH > -- Phil Frisbie, Jr. Hawk Software http://www.hawksoft.com |