diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-07-02 17:43:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-02 17:43:07 +0100 |
commit | 38caf8e5b7623c090f8949076b57d769e42011ad (patch) | |
tree | 49d5434f09945bb7ea9313b153808f1a1abc6204 /build | |
parent | 9c1f38621c4d787761092bc841e06ca424fbbf35 (diff) |
Yggdrasil+QUIC demo, federation sender tweaks (#1177)
* Initial QUIC work
* Update Yggdrasil demo
* Make sure that the federation sender knows how many pending events are in the database when the worker starts
* QUIC tunables
* pprof
* Don't spin
* Set build info for Yggdrasil
Diffstat (limited to 'build')
-rw-r--r-- | build/gobind/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/gobind/build.sh b/build/gobind/build.sh index 3a80d374..aa2cdfc5 100644 --- a/build/gobind/build.sh +++ b/build/gobind/build.sh @@ -1,6 +1,6 @@ #!/bin/sh gomobile bind -v \ - -ldflags "-X $github.com/yggdrasil-network/yggdrasil-go/src/version.buildName=riot-ios-p2p" \ + -ldflags "-X github.com/yggdrasil-network/yggdrasil-go/src/version.buildName=dendrite" \ -target ios \ github.com/matrix-org/dendrite/build/gobind
\ No newline at end of file |