-
I wrote a UDP example which works by creating buffers on the stack that are passed to the UDP capsule. I was able to verify the code successfully ran. However, I recently read in the docs that all buffers passed to capsules must be static. Since my buffers were not declared with static does this mean I got lucky or was I misunderstanding the documentation? Since some of the buffers are mutable I didn't want to use static and be forced to use the unsafe keyword. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
What docs are you referring to? |
Beta Was this translation helpful? Give feedback.
What docs are you referring to?