- Added asynchronous IO code from ANSTO
- Added new ACT protocol - Extended sicshdbadapter to cover counters and status to put the status into Hipadaba - Fixes to napi5.c - Exe now supports hdbrun which allows to write output for a buffer into hdb node.
This commit is contained in:
14
network.h
14
network.h
@@ -76,10 +76,22 @@
|
||||
of hostname are copied to pComposter
|
||||
*/
|
||||
|
||||
int NETReconnect(mkChannel* self);
|
||||
/* If a connection has been lost, try to reconnect using the same
|
||||
* socket id if possible. Blocks for up to one second.
|
||||
* returns 0 if in progress, 1 on success, a negative value on error
|
||||
*/
|
||||
|
||||
int NETReconnectWithFlags(mkChannel* self, int flags);
|
||||
/* If a connection has been lost, try to reconnect using the same
|
||||
* socket id if possible. If (flags & 1) do not block, use
|
||||
* NETConnectFinished to check success.
|
||||
* returns 0 if in progress, 1 on success, a negative value on error
|
||||
*/
|
||||
/* *********************** DATA TRANSFER ******************************** */
|
||||
|
||||
int NETWrite(mkChannel *self, char *buffer, long lLen);
|
||||
/* writes data to socket self, returns True if succes,
|
||||
/* writes data to socket self, returns True if success,
|
||||
false otherwise.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user