BrowserUk has asked for the wisdom of the Perl Monks concerning the following question:
Where is the return value of the recv() method documented?
I'm aware of this from the recv pod:
Returns the address of the sender if SOCKET's protocol supports this; returns an empty string otherwise. If there's an error, returns the undefined value.
But what does it mean by "address"? And which protocals support it; and which not?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: IO::Socket->recv() method documentation?
by cdarke (Prior) on Apr 07, 2011 at 11:29 UTC | |
by BrowserUk (Patriarch) on Apr 07, 2011 at 18:37 UTC | |
by ikegami (Patriarch) on Apr 07, 2011 at 19:34 UTC | |
by BrowserUk (Patriarch) on Apr 07, 2011 at 20:35 UTC | |
by ikegami (Patriarch) on Apr 07, 2011 at 20:58 UTC | |
by Illuminatus (Curate) on Apr 07, 2011 at 13:26 UTC |