Module Name: src Committed By: chopps Date: Fri Apr 2 17:22:22 UTC 1999 Modified Files: src/sys/net: rtsock.c Log Message: deal with failure of malloc NOWAIT by restarting after mallocing with WAIT. don't write beyond the users given buffer size (this happened if there was enough space for the initial malloc to succeed).