*** WSAENOTCONN – 10057 *** Description Socket is not connected. Notes A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using sendto) no address was supplied. Any other type of operation might also return this error—for example, setsockopt setting SO_KEEPALIVE if the… Continue reading *** WSAENOTCONN – 10057 ***
Month: July 2022
Replacing default serial number with MAC address %1.
Replacing default serial number with MAC address %1. Description %1 – The MAC address of the Server. %BR% If the streampi config is corrupted or not found, a default config is loaded. In this case, the serial number is changed to the server’s MAC address. Notes
*** WSAEISCONN – 10056 ***
*** WSAEISCONN – 10056 *** Description Socket is already connected. Notes A connect request was made on an already-connected socket. Some implementations also return this error if sendto is called on a connected SOCK_DGRAM socket (for SOCK_STREAM sockets, the to parameter in sendto is ignored) although other implementations treat this as a legal occurrence.
*** WSAENOBUFS – 10055 ***
*** WSAENOBUFS – 10055 *** Description No buffer space available. Notes An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.
LDAP: Lost binding to server.
LDAP: Lost binding to server. Description Communication has dropped to the Active Directory/LDAP server. Notes
*** WSAECONNRESET – 10054 ***
*** WSAECONNRESET – 10054 *** Description Connection reset by peer. Notes An existing connection was forcibly closed by the remote host. This normally results if the peer application on the remote host is suddenly stopped, the host is rebooted, the host or remote network interface is disabled, or the remote host uses a hard close… Continue reading *** WSAECONNRESET – 10054 ***
Client *** disconnected due to key exchange timeout.
Client *** disconnected due to key exchange timeout. Description The remote client did not respond to the key exchange. Notes Server-Client keys are exchanged every 5 minutes.
*** WSAECONNABORTED – 10053 ***
*** WSAECONNABORTED – 10053 *** Description Software caused connection abort. Notes An established connection was aborted by the software in your host computer, possibly due to a data transmission time-out or protocol error.
*** WSAENETRESET – 10052 ***
*** WSAENETRESET – 10052 *** Description Network dropped connection on reset. Notes The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress. It can also be returned by setsockopt if an attempt is made to set SO_KEEPALIVE on a connection that has already failed.
Receive error buffer full
Receive error buffer full Description The available memory buffer if full for the data being received. Notes In some cases, a camera can send a frame larger than our allowable frame buffer. Lowering the image quality may help.