Skip to content

Commit

Permalink
v1.1 Updating Amxmodx Include File
Browse files Browse the repository at this point in the history
Updating include file.
  • Loading branch information
ShootingKing-AM committed May 30, 2016
1 parent 58bcb6c commit b83c77d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sockets.inc
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ native socket_send_t( const iThreadHandle, const szData[], const iDataLen, const
* @param szRecvData[] A null-terminated string containing the recieved data.
* @param iRecvDataLen The length requested by plugin to be read. Actual RecvDataLen may be less than requested.
* This is the same length passed to the native.
*
* @return If a number greater than 0 is returned by callback, iRecvDataLen is dynamically set to that number.
*
* @note ThreadState is set to STATE_IDLE, only when the connection is closed or on error, before CallBack. Therefore the CallBack may
* be called more than one time passing blocks of szRecvData with length less than or equeal to iRecvDataLen.
*
Expand Down

0 comments on commit b83c77d

Please sign in to comment.