Stephen Birarda
|
6c6143f21e
|
remove NetworkPacket and replace with NodePacketPair
|
2015-07-07 16:56:05 -07:00 |
|
Stephen Birarda
|
30840422ad
|
use NLPacket::createCopy in NetworkPacket
|
2015-07-07 16:35:59 -07:00 |
|
Stephen Birarda
|
ff487ee092
|
move the AudioClient mix packet
|
2015-07-07 16:30:50 -07:00 |
|
Stephen Birarda
|
2a69a89696
|
Merge remote-tracking branch 'huffman/atp' into atp
|
2015-07-07 16:27:18 -07:00 |
|
Ryan Huffman
|
60538d4a82
|
Merge branch 'atp' of github.com:birarda/hifi into atp
Conflicts:
libraries/audio-client/src/AudioIOStats.cpp
|
2015-07-07 16:26:22 -07:00 |
|
Stephen Birarda
|
2ab9cd7a9a
|
replace payload with getPayload
|
2015-07-07 16:25:56 -07:00 |
|
Stephen Birarda
|
32e75fcee8
|
actually reset the NLPacket for audio to start writing
|
2015-07-07 16:25:21 -07:00 |
|
Ryan Huffman
|
3690ecc28f
|
Add std::move to sendPacket calls
|
2015-07-07 16:24:11 -07:00 |
|
Stephen Birarda
|
631c745784
|
allow equal for piggyback check in OctreeSendThread
|
2015-07-07 16:21:14 -07:00 |
|
Stephen Birarda
|
6a76f858d8
|
close of PacketList not required to count last packet
|
2015-07-07 16:17:15 -07:00 |
|
Stephen Birarda
|
20b0f4f3d1
|
force the unordered PacketList
|
2015-07-07 16:15:59 -07:00 |
|
Stephen Birarda
|
191ede4675
|
Merge remote-tracking branch 'huffman/atp' into atp
|
2015-07-07 16:15:03 -07:00 |
|
Stephen Birarda
|
1f68ad892a
|
replace PacketList usage with NLPacketList
|
2015-07-07 16:14:57 -07:00 |
|
Stephen Birarda
|
6d502405ef
|
resolve conflicts on merge with Atlante45/protocol
|
2015-07-07 16:12:07 -07:00 |
|
Stephen Birarda
|
018831e230
|
Merge remote-tracking branch 'huffman/protocol' into atp
|
2015-07-07 16:10:07 -07:00 |
|
Stephen Birarda
|
71e8c0f5cf
|
use getPayload instead of constData in PacketList
|
2015-07-07 16:07:54 -07:00 |
|
Stephen Birarda
|
b5eb4945ab
|
fix packet segmentation in PacketList
|
2015-07-07 16:06:09 -07:00 |
|
Stephen Birarda
|
bb15326676
|
repair send of path query packet
|
2015-07-07 16:02:21 -07:00 |
|
Stephen Birarda
|
05be8199c8
|
make broadcastToNodes take NLPacket unique ptr
|
2015-07-07 15:55:33 -07:00 |
|
Stephen Birarda
|
5728cf5056
|
fix ping methods in LNL
|
2015-07-07 15:54:18 -07:00 |
|
Atlante45
|
d496b33ae6
|
Compile fixes
|
2015-07-07 15:51:29 -07:00 |
|
Stephen Birarda
|
eac3a2a640
|
packet repairs for AudioInjector
|
2015-07-07 15:50:32 -07:00 |
|
Atlante45
|
1932703fec
|
Merge branch 'protocol' of https://github.com/huffman/hifi into protocol
|
2015-07-07 15:49:45 -07:00 |
|
Stephen Birarda
|
e35217836f
|
send correct packet in AudioIOStats
|
2015-07-07 15:46:48 -07:00 |
|
Stephen Birarda
|
60797a26ea
|
CR fixes for new networking in AudioClient
|
2015-07-07 15:45:16 -07:00 |
|
Atlante45
|
79d1a9f6c8
|
Merge branch 'atp' of https://github.com/birarda/hifi into protocol
|
2015-07-07 15:45:12 -07:00 |
|
Ryan Huffman
|
b502239cca
|
Disable isOrdered = true in PacketList
|
2015-07-07 15:44:03 -07:00 |
|
Ryan Huffman
|
57b69d1501
|
Add PacketList::getNumPackets
|
2015-07-07 15:43:21 -07:00 |
|
Atlante45
|
b4ab6828bb
|
Added setPacketType to Packet class
|
2015-07-07 15:43:16 -07:00 |
|
Stephen Birarda
|
c90c5900ce
|
make unreliable packet take unique ptr ref
|
2015-07-07 15:42:02 -07:00 |
|
Stephen Birarda
|
11d5aa9803
|
fix queryPacket initialization in Application
|
2015-07-07 15:41:07 -07:00 |
|
Stephen Birarda
|
03b17cc5dc
|
fix methods for packet pointers in LNL
|
2015-07-07 15:38:52 -07:00 |
|
Stephen Birarda
|
55a775de38
|
add TODO for EntityEditNack read fix
|
2015-07-07 15:35:45 -07:00 |
|
Stephen Birarda
|
56880e8858
|
return fixes for NAK PacketLists
|
2015-07-07 15:33:03 -07:00 |
|
Stephen Birarda
|
45b549398d
|
use PacketList for application nack packets
|
2015-07-07 15:31:58 -07:00 |
|
Stephen Birarda
|
22b3ce8759
|
use Packet for IceServer packets
|
2015-07-07 15:25:05 -07:00 |
|
Stephen Birarda
|
089cb8a39e
|
fix signature for packet send calls
|
2015-07-07 15:24:48 -07:00 |
|
Stephen Birarda
|
6064a2d4e2
|
CR fixes for DomainServer
|
2015-07-07 15:21:20 -07:00 |
|
Stephen Birarda
|
ff18a05507
|
CR fixes for octree classes
|
2015-07-07 15:21:10 -07:00 |
|
Ryan Huffman
|
399b749033
|
Fix method and const names in NetworkPacket
|
2015-07-07 15:17:16 -07:00 |
|
Stephen Birarda
|
2944746629
|
add a TODO for reading NAK fix
|
2015-07-07 15:15:15 -07:00 |
|
Stephen Birarda
|
c8a03ebff8
|
cleanup NAK packets in OctreeInboundPacketProcessor
|
2015-07-07 15:14:27 -07:00 |
|
Atlante45
|
11c58ebc9e
|
Added Packet::createCopy and getData
|
2015-07-07 15:07:14 -07:00 |
|
Stephen Birarda
|
adacf3fd89
|
CR fixes in AvatarMixer
|
2015-07-07 15:03:49 -07:00 |
|
Stephen Birarda
|
ffa6edc904
|
fix spaces created by xcode find/replace
|
2015-07-07 15:01:19 -07:00 |
|
Stephen Birarda
|
f6cd67f75e
|
repairs to stats packet in AudioMixerClientData
|
2015-07-07 14:57:39 -07:00 |
|
Stephen Birarda
|
733206b872
|
fix for initialization of stats packet
|
2015-07-07 14:53:45 -07:00 |
|
Stephen Birarda
|
171ebf5437
|
fix for mix packet sizes in audio
|
2015-07-07 14:51:21 -07:00 |
|
Stephen Birarda
|
6760b048b6
|
fix for initialization of mute packet
|
2015-07-07 14:50:37 -07:00 |
|
Stephen Birarda
|
e7fee26d1a
|
give specific packet size for audio env packet
|
2015-07-07 14:50:05 -07:00 |
|