úÎ: 9F     NonePreferred host to bind. An explicit host name. Any available IPv6 host. Any available IPv4 host. Any available host.  Extract the  from a  preference, or  otherwise. -The following special values are recognized:  * means   *4 means   *6 means   Any other string is     None 0Connect to a TCP server and use the connection. DThe connection socket is closed when done or in case of exceptions. AIf you prefer to acquire and close the socket yourself, then use    and the  function from Network.Socket instead. (Bind a TCP listening socket and use it. CThe listening socket is closed when done or in case of exceptions. AIf you prefer to acquire and close the socket yourself, then use    and the  and  functions from  Network.Socket instead. Note: / is tipically 128, which is too small for high 5 performance servers. So, we use the maximum between  and 6 2048 as the default size of the listening queue. The  and   options are set on the socket. DStart a TCP server that sequentially accepts and uses each incoming  connection. MBoth the listening and connection sockets are closed when done or in case of  exceptions.  Note: You don't need to use  nor   manually if you use this  function. CStart a TCP server that accepts incoming connections and uses them $ concurrently in different threads. HThe listening and connection sockets are closed when done or in case of  exceptions.  Note: You don't need to use  nor   manually if you use  this function. 0Accept a single incoming connection and use it. DThe connection socket is closed when done or in case of exceptions. FAccept a single incoming connection and use it in a different thread. DThe connection socket is closed when done or in case of exceptions.  Obtain a 3 connected to the given host and TCP service port.  The obtained ! should be closed manually using  when  it'Is not needed anymore, otherwise you risk having the socket open for much  longer than needed. Prefer to use 2 if you will be using the socket within a limited M scope and would like it to be closed immediately after its usage or in case  of exceptions.  Obtain a 4 bound to the given host name and TCP service port.  The obtained ! should be closed manually using  when  it's not needed anymore. Prefer to use 6 if you will be listening on this socket and using it N within a limited scope, and would like it to be closed immediately after its ! usage or in case of exceptions. KMove the elements that match the predicate closer to the head of the list.  Sorting is stable. Server hostname. Server service port. ,Computation taking the communication socket  and the server address. Preferred host to bind. Service port to bind. ,Computation taking the listening socket and  the address it' s bound to. Preferred host to bind. Service port to bind. $Computation to run once an incoming 5 connection is accepted. Takes the connection socket  and remote end address. Preferred host to bind. Service port to bind. )Computation to run in a different thread 4 once an incoming connection is accepted. Takes the + connection socket and remote end address. Listening and bound socket. $Computation to run once an incoming 5 connection is accepted. Takes the connection socket  and remote end address. Listening and bound socket. )Computation to run in a different thread 4 once an incoming connection is accepted. Takes the + connection socket and remote end address.              !"#network-simple-0.1.0.1Network.Simple.TCPNetwork.Simple.InternalNmaxListenQueueHostPreferenceHostHostIPv6HostIPv4HostAnyconnectlistenserve serveForkaccept acceptFork connectSockbindSock hpHostNamenetwork-2.4.1.2Network.SocketHostNamebase Data.MaybeNothing$fIsStringHostPreferencesCloseNoDelay ReuseAddrNetwork.Socket.TypesSocket prioritize newSocket isIPv4addr isIPv6addr