mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
pstats use 32 bit headers
This commit is contained in:
parent
819355581e
commit
bb0c57bcd8
@ -40,6 +40,8 @@ PStatReader(PStatServer *manager, PStatMonitor *monitor) :
|
|||||||
_monitor(monitor),
|
_monitor(monitor),
|
||||||
_writer(manager, 0)
|
_writer(manager, 0)
|
||||||
{
|
{
|
||||||
|
set_tcp_header_size(4);
|
||||||
|
_writer.set_tcp_header_size(4);
|
||||||
_udp_port = 0;
|
_udp_port = 0;
|
||||||
_client_data = new PStatClientData(this);
|
_client_data = new PStatClientData(this);
|
||||||
_monitor->set_client_data(_client_data);
|
_monitor->set_client_data(_client_data);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user