pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2014-08-26
2014-08-26 09:40:09 by Per Hedbor <ph@opera.com>
1aad92d81de85ba167de24c46c462199183e0f87 (
9
lines) (+
9
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
Note about TCP_FASTCONNECT
727:
+ added set_buffer
+
o Added client and server support for TCP_FASTCONNECT
+
+
To connect using this TCP extension simply pass the data as the
+
fifth argument to connect.
+
+
The server support is automatically enabled if possible when a
+
Stdio.Port object is bound to a port.
+
o Stdio.File(): + send_fd and receive_fd