|
Bugzilla – Full Text Bug Listing |
| Summary: | PacketSocket has unlimited receive queue | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Gustavo J. A. M. Carneiro <gjcarneiro> |
| Component: | network | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | major | ||
| Priority: | P3 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Gustavo J. A. M. Carneiro
2010-03-04 11:07:57 UTC
And because of missing NS_OBJECT_ENSURE_REGISTERED and packet-socket.h not being a public header, I can't even change the default value of ns3::PacketSocket::RcvBufSize from Python. Great. I was wrong about UDP, it also has a receive buffer, also unlimited by default. |