Home » Networking » Net_Socket » Bug #3327
Method for setting Socket's write buffer size
Details
| Request #3327 | Method for setting Socket's write buffer size |
|---|---|
| Submitted | 2005-01-29 20:50 UTC |
| From | julian at whisper-net dot de |
| Assigned | cweiske |
| Status | Closed |
| Package | Net_Socket |
| PHP Version | Irrelevant |
| OS | Gentoo GNU/Linux |
| Roadmaps | (Not assigned) |
Comments
[2005-01-29 20:50 UTC] julian at whisper-net dot de
Description:
------------
Would be good to have a method in Net/Socket to set the write buffer size of the socket so that there's no need to use stream_set_write_buffer($NetSocket->fp,0);