fdLimit property

int get fdLimit

GetFDLimit returns the file descriptor limit. For Dart, this might be conceptual (e.g., number of active connections) or ignored if not directly applicable.

Implementation

int get fdLimit;