-
Notifications
You must be signed in to change notification settings - Fork 571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
quirks with NT Perl socket implementation #883
Comments
From phil@ACCESS.ETSU.EDUThe notes that come with the Perl release kit suggest that bug reports This semester, one of my grad classes used Perl in a network -. Apparent buffer size limitations. if one tries to send more than 1460 One of my students speculates that the 1460 byte limitation might be -. Apparent buffer size limitations (cont). Sending a series of messages -. Getting the "rollover" socket to work correctly. In a TCP connection, // if the following call works, from here on out, we should be The "rollover socket" mechanism seems to work just fine if the client C++ server Perl client If, however, the *server* is the first entity to communicate following C++ server Perl client Respectfully, -- Phil |
Migrated from rt.perl.org#1815 (status was 'resolved')
Searchable as RT1815$
The text was updated successfully, but these errors were encountered: