1eb1c40a5c8cf65142213710d4619ae515b48467
* harbour/contrib/hbmysql/hbmysql.hbp
* harbour/contrib/sddmy/sddmy.hbp
* added alternative mysql library path
+ harbour/include/hbnsctp.ch
+ harbour/include/hbnsctp.h
* harbour/src/rtl/Makefile
+ harbour/src/rtl/hbnsctp.c
+ harbour/src/rtl/hbnsctph.c
+ added NSCTP (Not Stream Control Transfer Protocol) functions.
Both C and PRG interfaces functions provided.
; Idea, protocol description, name, function description, samples
are presented at the beginning of hbnsctph.c file. I only put
function syntax here to help ChangeLog be a source of
documentation:
hb_nsctpCreate( hSocket ) --> hNSCTP
hb_nsctpDestroy( hNSTP )
hb_nsctpError( hNSCTP ) --> nError
hb_nsctpSetLimit( hNSCTP, nLimit )
hb_nsctpSend( hNSCTP, cBuf [, nTimeout = FOREVER ] ) --> lSuccess
hb_nsctpRecv( hNSCTP, @cBuf [, nTimeout = FOREVER ] ) --> lSuccess
hb_nsctpSendLen( hNSCTP ) --> nBytesSent
hb_nsctpRecvLen( hNSCTP ) --> nBytesReceived
Description
Harbour Core — Reference source for Five development
Languages
C
80.3%
xBase
17.8%
Makefile
0.6%
C++
0.4%
Harbour
0.4%
Other
0.3%