added checks for supported functions
This commit is contained in:
parent
019c21c8e1
commit
221a7148d6
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ impl SocketImpl {
|
||||||
match options {
|
match options {
|
||||||
SupportedFunctions(functions) => {
|
SupportedFunctions(functions) => {
|
||||||
|
|
||||||
response_packet.options.push(SupportedFunctions(*functions))
|
response_packet.options.push(SupportedFunctions(*functions & 0x04))
|
||||||
}
|
}
|
||||||
MaximumSubstreamId(max_substream) => {
|
MaximumSubstreamId(max_substream) => {
|
||||||
response_packet.options.push(MaximumSubstreamId(*max_substream))
|
response_packet.options.push(MaximumSubstreamId(*max_substream))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue