socket-0.8.0.1: An extensible socket library.

Copyright(c) Lars Petersen 2015
LicenseMIT
Maintainerinfo@lars-petersen.net
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

System.Socket.Protocol.TCP

Description

 

Synopsis

Documentation

data TCP Source #

Instances

data NoDelay Source #

If set to True, disable the Nagle's algorithm.

  • Also know as TCP_NODELAY.

Constructors

NoDelay Bool