jmg@ has suggested to use arc4rand() instead of read_random() as indicated by the man read_random.
Details
Details
- Reviewers
jmg jtl rrs jason_eggnet.com gordon delphij - Group Reviewers
transport secteam - Commits
- rS338273: Use arc4rand() instead of read_random() in the SCTP and TCP code.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 19084
Event Timeline
Comment Actions
LGTM.
It seems that the other read_random instances in network stack should do the same as well (probably beyond scope of this changeset though).