Skip to content

Commit

Permalink
Change OK frame code to 0x0
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkren committed Jun 20, 2019
1 parent 2b419de commit 46532db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/dmsg/frame.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ func (ft FrameType) String() string {

// Frame types.
const (
OkType = FrameType(0x0)
RequestType = FrameType(0x1)
AcceptType = FrameType(0x2)
CloseType = FrameType(0x3)
FwdType = FrameType(0xa)
AckType = FrameType(0xb)
OkType = FrameType(0xc)
)

// Frame is the dmsg data unit.
Expand Down

0 comments on commit 46532db

Please sign in to comment.