Skip to content

Commit

Permalink
Merge pull request #1035 from kamransaleem/waltz-1034-transport-kind-udp
Browse files Browse the repository at this point in the history
Add UDP to TransportKiind
  • Loading branch information
davidwatkins73 authored Nov 21, 2016
2 parents f2856ba + 28cdeda commit 4682939
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public enum TransportKind {
OTHER,
RPC,
UNKNOWN,
UDP,
WEB

}
5 changes: 3 additions & 2 deletions waltz-ng/client/common/services/display_names.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,9 @@ export const transportKindNames = {
MESSAGING: "Messaging",
OTHER: "Other",
RPC: "Remote Procedure Call",
WEB: "Web",
UNKNOWN: 'Unknown'
UDP: 'UDP',
UNKNOWN: 'Unknown',
WEB: "Web"
};


Expand Down

0 comments on commit 4682939

Please sign in to comment.