TBlockSocket.MaxLineLength
TBlockSocket
property MaxLineLength: Integer;
Unit
blcksock
Description
Define maximum length in bytes of one block of data for RecvTerminated (and RecvString) method. If this methods try to read more data then this maximum, error is returned!
If value is 0 (default), no limitation is used.
This is very good for protection for stupid attacks to your server by sending lot of data without proper terminator... until all your memory is used!