Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-js
/
a5668d57c166f14999f0c4ed4e459b404ec48137
/
js
/
XpcomTransport.js
a5668d5
Change connectAndExpressInterest to connectAndExecute to be used by registerPrefix too.
by Jeff Thompson
· 12 years ago
24189e5
In onDataAvailable, just use BinaryXmlElementReader.
by Jeff Thompson
· 12 years ago
275133e
In onReceivedElement, renamed arg data to element.
by Jeff Thompson
· 12 years ago
07f15fb
Renamed onReceivedData to onReceivedElement.
by Jeff Thompson
· 12 years ago
3b6bf98
Change XpcomTransport to use a single socket connection and the NDN PITTable.
by Jeff Thompson
· 12 years ago
3fa8415
Added defaultGetHostAndPort with a list of testbed hubs. Make onReceivedData return false until it gets a ContentObject so that onDataAvailable keeps reading and disregarding unwanted Interest objects.
by Jeff Thompson
· 12 years ago
bd63e46
Set interest timeout with interest.interestLifetime
by Wentao Shang
· 12 years ago
fab4a7d
In readAllFromSocket onDataAvailable, use the enhanced BinaryXMLDecoder so that we only have to concatenate the data once at the very end to avoid multiple large copies.
by Jeff Thompson
· 12 years ago
17a9da8
Rename NDNSocketTransport.js to XpcomTransport.js and implement expressInterest.
by Jeff Thompson
· 12 years ago