FiberSelectWriter.cork_auto_flush

Set to true to make send() send all data immediately if the TCP_CORK feature is enabled. This has the same effect as calling corkFlush() after each send().

class FiberSelectWriter
bool cork_auto_flush;

Meta