Search: "buffer"
Windows Networking Troubleshooting 8: Brief Analysis of Windows SynAttackProtection Mechanism blog
TcpCreateAndAcceptTcb to create TCP_ENDPOINT and allocates all required resources, such as Receive Buffer. b.When SynAttackInProgress takes ...
Vulnerability severity levels - Crowdsourced Security Testing Documentation
access, and buffer overflow (including ActiveX buffer overflow). Vulnerabilities that directly result in the denial of ...
Using Function Compute as API Gateway's backend service - API Gateway Documentation
!==undefinedevent.isBase64Encoded) event.body=new Buffer(event.body,'base64').toString(); } } //input is ...
Create a HybridDB for MySQL result table - Realtime Compute Documentation
. The default value of bufferSize is 1000. If the bufferSize threshold (buffer hashmap size) is reached, data writing is triggered ...
Configure HBase Writer - DataWorks Documentation
performance. No false writeBufferSize Set the buffer size (in byte) of the HBase client ...
Upload callback - Object Storage Service Documentation
from upload callback. byte[] buffer = new byte[1024]; putObjectResult.getCallbackResponseBody().read(buffer); // If you do not ...
Snappy compression - Log Service Documentation
FileInputStream(fileName)); byte[] buffer = new byte[4096]; int len = 0; while ((len = sis.read(buffer)) ! = -1 ...
SelectObject - Object Storage Service Documentation
)); selectObjectRequest.setExpression(sql); OSSObject ossObject = client.selectObject(selectObjectRequest); byte[] buffer ...